]> granicus.if.org Git - php/commit
Fix buid with system libsqlite, see bug #74217
authorRemi Collet <remi@php.net>
Wed, 29 Mar 2017 05:25:01 +0000 (07:25 +0200)
committerRemi Collet <remi@php.net>
Wed, 29 Mar 2017 05:25:01 +0000 (07:25 +0200)
commit012dc336a6ae01208c394994b648c221337bf81d
treea98bce697cfac1f2f9a87dd49f5114bd2032b8b1
parentd11211fb5379324e99dc67cdd7a0ec5031874ae7
Fix buid with system libsqlite, see bug #74217

SQLITE_DETERMINISTIC only exists in recent version
e.g. missing on 3.7 which is the default on RHEL/CentOS-7
and probably others (wheezy have 3.7, jessie 3.8...)
ext/pdo_sqlite/pdo_sqlite.c
ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt
ext/sqlite3/sqlite3.c
ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt