Edit report at https://bugs.php.net/bug.php?id=63149&edit=1

 ID:                 63149
 Comment by:         r...@php.net
 Reported by:        r...@php.net
 Summary:            Feature missing with system SQLite
 Status:             Open
 Type:               Bug
 Package:            SQLite related
 Operating System:   GNU/Linux (Fedora 18)
 PHP Version:        5.4.7
 Block user comment: N
 Private report:     N

 New Comment:

Please consider https://github.com/php/php-src/pull/203


Previous Comments:
------------------------------------------------------------------------
[2012-09-24 11:51:17] r...@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.



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



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63149&edit=1

Reply via email to