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
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: remi@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 05:01:30 2024 UTC