Searched refs:SQLite (Results 1 – 14 of 14) sorted by relevance
/PHP-7.0/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-7.0/ext/pdo_sqlite/ |
H A D | CREDITS | 1 SQLite 3.x driver for PDO
|
H A D | sqlite_driver.c | 514 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument 584 static PHP_METHOD(SQLite, sqliteCreateAggregate) in PHP_METHOD() argument 645 static PHP_METHOD(SQLite, sqliteCreateCollation) in PHP_METHOD() argument 693 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC) 694 PHP_ME(SQLite, sqliteCreateAggregate, NULL, ZEND_ACC_PUBLIC) 695 PHP_ME(SQLite, sqliteCreateCollation, NULL, ZEND_ACC_PUBLIC)
|
/PHP-7.0/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-7.0/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-7.0/ |
H A D | EXTENSIONS | 163 COMMENT: Integrates SQLite 3 embeddable SQL database engine.
|
H A D | NEWS | 1177 . Downgraded bundled SQLite to 3.8.10.2. (Anatol); 1322 . Implemented FR #72653 (SQLite should allow opening with empty filename).
|
/PHP-7.0/ext/fileinfo/tests/ |
H A D | magic | 19212 # SQLite database files 19219 0 string **\ This\ file\ contains\ an\ SQLite SQLite 2.x database 19221 # Version 3 of SQLite allows applications to embed their own "user version" 19222 # number in the database at offset 60. Later, SQLite added an "application id" 19226 0 string SQLite\ format\ 3 19234 >68 default x SQLite 3.x database 19238 # SQLite Write-Ahead Log from SQLite version >= 3.7.0 19240 0 belong&0xfffffffe 0x377f0682 SQLite Write-Ahead Log, 19243 # SQLite Rollback Journal 19245 0 string \xd9\xd5\x05\xf9\x20\xa1\x63\xd7 SQLite Rollback Journal [all …]
|
/PHP-7.0/win32/ |
H A D | install.txt | 947 DOM, LibXML, Iconv, SimpleXML, SPL and SQLite. And the following are no
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 27289 # error SQLite will not work correctly with the -ffast-math option of GCC.
|
Completed in 433 milliseconds