Searched refs:pdo_sqlite (Results 1 – 25 of 87) sorted by relevance
1234
/PHP-8.4/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite.h | 30 PHP_MINIT_FUNCTION(pdo_sqlite); 31 PHP_MSHUTDOWN_FUNCTION(pdo_sqlite); 32 PHP_RINIT_FUNCTION(pdo_sqlite); 33 PHP_RSHUTDOWN_FUNCTION(pdo_sqlite); 34 PHP_MINFO_FUNCTION(pdo_sqlite);
|
H A D | config.w32 | 3 ARG_WITH("pdo-sqlite", "for pdo_sqlite support", "no"); 6 if (SETUP_SQLITE3("pdo_sqlite", PHP_PDO_SQLITE, PHP_PDO_SQLITE_SHARED)) { 7 EXTENSION("pdo_sqlite", "pdo_sqlite.c sqlite_driver.c sqlite_statement.c sqlite_sql_parser.c"); 9 ADD_EXTENSION_DEP('pdo_sqlite', 'pdo'); 14 WARNING("pdo_sqlite not enabled; libraries and/or headers not found");
|
H A D | Makefile.frag.w32 | 1 ext\pdo_sqlite\sqlite_sql_parser.c: ext\pdo_sqlite\sqlite_sql_parser.re 3 $(RE2C) $(RE2C_FLAGS) -o ext/pdo_sqlite/sqlite_sql_parser.c ext/pdo_sqlite/sqlite_sql_parser.re
|
H A D | config.m4 | 31 the 'sqlite3_load_extension' function. For usage in the pdo_sqlite. See 36 PHP_NEW_EXTENSION([pdo_sqlite], 37 [pdo_sqlite.c sqlite_driver.c sqlite_statement.c sqlite_sql_parser.c], 40 PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
|
H A D | Makefile.frag | 6 $(RE2C) $(RE2C_FLAGS) -o ext/pdo_sqlite/sqlite_sql_parser.c ext/pdo_sqlite/sqlite_sql_parser.re; \
|
H A D | pdo_sqlite.c | 47 PHP_MINIT(pdo_sqlite), 48 PHP_MSHUTDOWN(pdo_sqlite), 51 PHP_MINFO(pdo_sqlite), 58 ZEND_GET_MODULE(pdo_sqlite) 382 PHP_MINIT_FUNCTION(pdo_sqlite) in PHP_MINIT_FUNCTION() argument 407 PHP_MSHUTDOWN_FUNCTION(pdo_sqlite) in PHP_MSHUTDOWN_FUNCTION() argument 415 PHP_MINFO_FUNCTION(pdo_sqlite) in PHP_MINFO_FUNCTION() argument
|
/PHP-8.4/ext/pdo_sqlite/tests/ |
H A D | bug60104.phpt | 2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction()) 4 pdo_sqlite
|
H A D | bug_63916-2.phpt | 2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite 4 pdo_sqlite
|
H A D | bug_63916.phpt | 2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite 4 pdo_sqlite
|
H A D | common.phpt | 4 pdo_sqlite
|
H A D | pdo_sqlite_get_attribute.phpt | 4 pdo_sqlite
|
H A D | bug50728.phpt | 4 pdo_sqlite
|
H A D | bug_64705.phpt | 4 pdo_sqlite
|
H A D | pdo_sqlite_statement_getattribute.phpt | 4 pdo_sqlite
|
H A D | gh14712.phpt | 4 pdo_sqlite
|
H A D | bug52487.phpt | 4 pdo_sqlite
|
H A D | bug46542.phpt | 4 pdo_sqlite
|
/PHP-8.4/ext/pdo_sqlite/tests/subclasses/ |
H A D | pdo_sqlite_createaggregate.phpt | 4 pdo_sqlite 8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate
|
H A D | gc.phpt | 4 pdo_sqlite 8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate
|
H A D | pdo_sqlite_createaggregate_002.phpt | 4 pdo_sqlite 8 // This test was copied from the pdo_sqlite test for sqliteCreateAggregate
|
H A D | pdo_sqlite_createcollation.phpt | 4 pdo_sqlite 8 // This test was copied from the pdo_sqlite test for sqliteCreateCollation
|
H A D | pdo_sqlite_createfunction_with_flags.phpt | 4 pdo_sqlite 11 // This test was copied from the pdo_sqlite test for sqliteCreateCollation
|
H A D | pdosqlite_006.phpt | 4 pdo_sqlite
|
/PHP-8.4/scripts/dev/ |
H A D | genfiles | 139 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/pdo_sqlite builddir=ext/pdo_sqlite top_srcdi… 140 -f ext/pdo_sqlite/Makefile.frag \ 141 ext/pdo_sqlite/sqlite_sql_parser.c
|
/PHP-8.4/Zend/tests/ |
H A D | bug70914.phpt | 4 pdo_sqlite
|
Completed in 27 milliseconds
1234