2 Commits

Author SHA1 Message Date
Calvin Buckley
9ccdffaad4 Initial boolean support
Works with db2_result (albeit returns an integer) and db2_fetch_*
(which fetches booleans).

Tested on IBM i 7.5. Parameter binding is untested. No CI tests yet,
need to figure out a way to do it sanely.

Fixes GH-56
2023-09-15 10:54:30 -04:00
Calvin Buckley
e954c15966 Move as many IBM_DB2 specific things in the header to an internal one
It's bad practice for PHP extensions to put a lot of stuff like this
in a public header. Only export the bare minimum for PHP and be done
with it.
2020-12-04 13:47:46 -04:00