[PHP-DB] PHP ODBC odbc_fetch_array returns uninitialized values for Booleans

2015-06-29 Thread Bruce Bailey
*Description* The PHP function odbc_fetch_array returns uninitialized values for PostgreSQL boolean values. On older systems, this function returned '1' for true and '0' for false values. On our 64 bit system, the boolean values appear to be uninitialized data. *Additional information* Increas

Fwd: [PHP-DB] PHP ODBC odbc_fetch_array returns uninitialized values for Booleans

2015-06-30 Thread Bruce Bailey
older systems. Bruce -- Forwarded message -- From: Bastien Koert Date: Mon, Jun 29, 2015 at 7:21 PM Subject: Re: [PHP-DB] PHP ODBC odbc_fetch_array returns uninitialized values for Booleans To: Bruce Bailey , php-db@lists.php.net Is it a truly a three state field (true, false,

[PHP-DB] How Do I Enter a Defect Against PHP ODBC Extension?

2015-07-08 Thread Bruce Bailey
I have discovered a defect in the PHP extension, odbc.so. Specifically the function "odbc_fetch_array" is not properly handling boolean values from postgresql on 64bit systems. I'd like to enter a defect, how can I do this? Thanks, Bruce