ID: 48185
Updated by: [email protected]
Reported By: [email protected]
Status: Assigned
Bug Type: PDO related
Operating System: *
PHP Version: 5.3CVS-2009-05-07 (CVS)
Assigned To: mbeccati
New Comment:
Looks like this:
if (*len) {
/* sqlite3.h says "the NUL terminator is included in the byte
count
* for TEXT values" */
*len--;
}
is not needed (anymore?) as sqlite3_column_bytes() is already returning
the correct number of bytes. So fixing the warning by using (*len)--
would in fact break PDO_Sqlite.
Previous Comments:
------------------------------------------------------------------------
[2009-05-07 22:46:23] [email protected]
Description:
------------
Reported here:
http://gcov.php.net/viewer.php?version=PHP_5_3&func=compile_results
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=48185&edit=1