ID:               48185
 Updated by:       mbecc...@php.net
 Reported By:      mbecc...@php.net
-Status:           Assigned
+Status:           Closed
 Bug Type:         PDO related
 Operating System: *
 PHP Version:      5.3CVS-2009-05-07 (CVS)
 Assigned To:      mbeccati
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2009-05-07 22:58:55] mbecc...@php.net

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.

------------------------------------------------------------------------

[2009-05-07 22:46:23] mbecc...@php.net

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

Reply via email to