php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48185 warning: value computed is not used in pdo_sqlite_stmt_get_col line 271
Submitted: 2009-05-07 22:46 UTC Modified: 2009-05-07 23:30 UTC
From: mbeccati@php.net Assigned: mbeccati (profile)
Status: Closed Package: PDO related
PHP Version: 5.3CVS-2009-05-07 (CVS) OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mbeccati@php.net
New email:
PHP Version: OS:

 

 [2009-05-07 22:46 UTC] mbeccati@php.net
Description:
------------
Reported here:

http://gcov.php.net/viewer.php?version=PHP_5_3&func=compile_results


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-07 22:58 UTC] mbeccati@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 23:30 UTC] mbeccati@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Dec 03 16:01:33 2024 UTC