php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63149 Feature missing with system SQLite
Submitted: 2012-09-24 11:51 UTC Modified: 2012-11-24 16:44 UTC
From: remi@php.net Assigned: remi (profile)
Status: Closed Package: SQLite related
PHP Version: 5.4.7 OS: GNU/Linux (Fedora 18)
Private report: No CVE-ID: None
 [2012-09-24 11:51 UTC] remi@php.net
Description:
------------
When build against bundled SQLite, SQLITE_ENABLE_COLUMN_METADATA is defined, so sqlite3_column_table_name is know as available and used in pdo_sqlite (for getColumnMeta)

When build against system SQlite, availability of sqlite3_column_table_name is not checked.

This make bug_42589 fail.

I will submit a pull request with the fix.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-09-24 11:55 UTC] remi@php.net
Please consider https://github.com/php/php-src/pull/203
 [2012-11-24 16:44 UTC] remi@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: remi
 [2012-11-24 16:55 UTC] remi@php.net
-Status: Assigned +Status: Closed
 [2012-11-24 16:55 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=67e67c254d25442dc4d98342e53f791b0a710a5a
Log: Fixed Bug #63149 Feature missing with system SQLite
 [2012-11-24 16:56 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=67e67c254d25442dc4d98342e53f791b0a710a5a
Log: Fixed Bug #63149 Feature missing with system SQLite
 [2012-11-24 16:56 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=67e67c254d25442dc4d98342e53f791b0a710a5a
Log: Fixed Bug #63149 Feature missing with system SQLite
 [2012-12-19 17:55 UTC] derick@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=67e67c254d25442dc4d98342e53f791b0a710a5a
Log: Fixed Bug #63149 Feature missing with system SQLite
 [2014-10-07 23:21 UTC] stas@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=67e67c254d25442dc4d98342e53f791b0a710a5a
Log: Fixed Bug #63149 Feature missing with system SQLite
 [2014-10-07 23:32 UTC] stas@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=67e67c254d25442dc4d98342e53f791b0a710a5a
Log: Fixed Bug #63149 Feature missing with system SQLite
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC