Searched refs:sqlite3 (Results 1 – 25 of 111) sorted by relevance
12345
/php-src/ext/sqlite3/ |
H A D | config0.m4 | 1 PHP_ARG_WITH([sqlite3], 3 [AS_HELP_STRING([--without-sqlite3], 10 [Define to 1 if the PHP extension 'sqlite3' is available.]) 12 PHP_CHECK_LIBRARY([sqlite3], [sqlite3_errstr], 18 PHP_CHECK_LIBRARY([sqlite3], [sqlite3_expanded_sql], 24 PHP_CHECK_LIBRARY([sqlite3], [sqlite3_load_extension], 29 the 'sqlite3_load_extension' function. For usage in the sqlite3 PHP 33 PHP_NEW_EXTENSION([sqlite3], 34 [sqlite3.c],
|
H A D | config.w32 | 3 ARG_WITH("sqlite3", "SQLite 3 support", "no"); 6 if (SETUP_SQLITE3("sqlite3", PHP_SQLITE3, PHP_SQLITE3_SHARED)) { 7 EXTENSION("sqlite3", "sqlite3.c", null, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); 9 AC_DEFINE("HAVE_SQLITE3", 1, "Define to 1 if the PHP extension 'sqlite3' is available."); 13 WARNING("sqlite3 not enabled; libraries and/or headers not found");
|
H A D | php_sqlite3.h | 25 ZEND_BEGIN_MODULE_GLOBALS(sqlite3) 28 ZEND_END_MODULE_GLOBALS(sqlite3) 34 ZEND_EXTERN_MODULE_GLOBALS(sqlite3) 35 #define SQLITE3G(v) ZEND_MODULE_GLOBALS_ACCESSOR(sqlite3, v)
|
/php-src/ext/sqlite3/tests/ |
H A D | sqlite3_22_loadextension.phpt | 4 sqlite3 7 $r = new ReflectionClass("sqlite3"); 9 die("skip - sqlite3 doesn't have loadExtension enabled"); 14 sqlite3.extension_dir=.
|
H A D | bug63921-32bit.phpt | 2 Bug #63921 sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API 4 sqlite3 12 $conn = new sqlite3(':memory:');
|
H A D | bug63921-64bit.phpt | 2 Bug #63921 sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API 4 sqlite3 12 $conn = new sqlite3(':memory:');
|
H A D | bug47159.phpt | 2 Bug #45798 (sqlite3 doesn't track unexecuted statements) 4 sqlite3
|
H A D | sqlite3_defensive.phpt | 4 sqlite3 9 die("skip: sqlite3 library version < 3.26: no support for defensive mode"); 14 sqlite3.defensive=On
|
H A D | sqlite3_33_load_extension_param.phpt | 7 sqlite3.extension_dir="{TMP}" 9 sqlite3
|
H A D | bug53463.phpt | 2 Bug #53463 (sqlite3 columnName() segfaults on bad column_number) 4 sqlite3
|
H A D | bug45798.phpt | 2 Bug #45798 (sqlite3 doesn't notice if variable was bound) 4 sqlite3
|
H A D | exception_from_toString.phpt | 4 sqlite3 14 $db = new sqlite3(':memory:');
|
H A D | sqlite3_rename_column.phpt | 4 sqlite3 8 die("skip: sqlite3 library version < 3.25: no support for rename column");
|
H A D | sqlite3_17_version.phpt | 4 sqlite3
|
H A D | sqlite3_01_open.phpt | 4 sqlite3
|
H A D | sqlite3_prepare_001.phpt | 4 sqlite3
|
H A D | sqlite3_open_empty_string.phpt | 7 sqlite3
|
H A D | sqlite3_31_changes.phpt | 7 sqlite3
|
H A D | bug72571.phpt | 4 sqlite3
|
H A D | sqlite3_prepare_with_empty_string.phpt | 7 sqlite3
|
H A D | sqlite3_01_open-mb.phpt | 4 sqlite3
|
H A D | sqlite3_02_open.phpt | 7 sqlite3
|
H A D | bug81742.phpt | 4 sqlite3
|
H A D | sqlite3_busyTimeout.phpt | 6 sqlite3
|
/php-src/ext/pdo_sqlite/ |
H A D | config.m4 | 12 PHP_CHECK_LIBRARY([sqlite3], [sqlite3_close_v2], 18 PHP_CHECK_LIBRARY([sqlite3], [sqlite3_column_table_name], 26 PHP_CHECK_LIBRARY([sqlite3], [sqlite3_load_extension],
|
Completed in 18 milliseconds
12345