Searched refs:SQLite (Results 1 – 16 of 16) sorted by relevance
/PHP-5.4/ext/sqlite3/ |
H A D | config.w32 | 4 ARG_WITH("sqlite3", "SQLite 3 support", "no"); 12 AC_DEFINE("HAVE_SQLITE3", 1, "SQLite support");
|
H A D | config0.m4 | 38 AC_MSG_CHECKING([for SQLite 3.3.9+]) 45 AC_MSG_ERROR([Please install SQLite 3.3.9 first or check libsqlite3 is present])
|
/PHP-5.4/ext/pdo_sqlite/ |
H A D | CREDITS | 1 SQLite 3.x driver for PDO
|
H A D | sqlite_driver.c | 534 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument 605 static PHP_METHOD(SQLite, sqliteCreateAggregate) in PHP_METHOD() argument 668 static PHP_METHOD(SQLite, sqliteCreateCollation) in PHP_METHOD() argument 717 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC) 718 PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC) 719 PHP_ME(SQLite, sqliteCreateCollation, NULL, ZEND_ACC_PUBLIC)
|
/PHP-5.4/ext/pdo_sqlite/tests/ |
H A D | common.phpt | 2 SQLite
|
H A D | bug_42589.phpt | 2 PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name)
|
H A D | bug33841.phpt | 2 PDO SQLite Bug #33841 (rowCount() does not work on prepared statements)
|
/PHP-5.4/ext/sqlite3/tests/ |
H A D | sqlite3_34_load_extension_ext_dir.phpt | 21 Warning: SQLite3::loadExtension(): SQLite Extension are disabled in %s on line %d
|
H A D | bug66550.phpt | 2 Bug #66550 (SQLite prepared statement use-after-free)
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | php-sqlite3-changes.patch | 9 ** This file is an amalgamation of many separate C source files from SQLite
|
H A D | sqlite3.c | 23512 # error SQLite will not work correctly with the -ffast-math option of GCC.
|
/PHP-5.4/ |
H A D | EXTENSIONS | 236 COMMENT: Integrates SQLite 2 embeddable SQL database engine. 243 COMMENT: Integrates SQLite 3 embeddable SQL database engine.
|
H A D | NEWS | 185 . Fixed bug #66550 (SQLite prepared statement use-after-free). (Sean Heelan) 1314 when system SQLite used. (Remi) 2854 - Upgraded bundled SQLite to version 3.7.7.1. (Scott) 3972 - Fixed bug #49320 (PDO returns null when SQLite connection fails). (Felipe) 4878 - Added table info to PDO::getColumnMeta() with SQLite. (Martin Jansen, Scott) 6242 - Upgraded bundled SQLite 3 to version 3.3.17. (Ilia) 6359 - Added php_pdo_sqlite_external.dll, a version of the PDO SQLite driver that 6364 - Upgraded SQLite 3 to version 3.3.16 (Ilia) 7980 - Changed SQLite extension to be a shared module in Windows distribution. 7993 . SQLite 3 library in ext/pdo_sqlite to 3.2.7. (Ilia) [all …]
|
/PHP-5.4/win32/ |
H A D | php5dllts.dsp | 2198 # Begin Group "SQLite"
|
H A D | install.txt | 1089 DOM, LibXML, Iconv, SimpleXML, SPL and SQLite. And the following are no
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 16670 # SQLite database files 16677 0 string **\ This\ file\ contains\ an\ SQLite SQLite 2.x database 16679 # Version 3 of SQLite allows applications to embed their own "user version" 16682 0 string SQLite\ format\ 3 16684 >60 belong !0 SQLite 3.x database, user version %u 16685 >60 belong 0 SQLite 3.x database 16691 >126 string SQLite\ format\ 3
|
Completed in 361 milliseconds