Home
last modified time | relevance | path

Searched refs:sqlite3 (Results 1 – 25 of 111) sorted by relevance

12345

/php-src/ext/sqlite3/
H A Dconfig0.m41 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 Dconfig.w323 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 Dphp_sqlite3.h25 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 Dsqlite3_22_loadextension.phpt4 sqlite3
7 $r = new ReflectionClass("sqlite3");
9 die("skip - sqlite3 doesn't have loadExtension enabled");
14 sqlite3.extension_dir=.
H A Dbug63921-32bit.phpt2 Bug #63921 sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API
4 sqlite3
12 $conn = new sqlite3(':memory:');
H A Dbug63921-64bit.phpt2 Bug #63921 sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API
4 sqlite3
12 $conn = new sqlite3(':memory:');
H A Dbug47159.phpt2 Bug #45798 (sqlite3 doesn't track unexecuted statements)
4 sqlite3
H A Dsqlite3_defensive.phpt4 sqlite3
9 die("skip: sqlite3 library version < 3.26: no support for defensive mode");
14 sqlite3.defensive=On
H A Dsqlite3_33_load_extension_param.phpt7 sqlite3.extension_dir="{TMP}"
9 sqlite3
H A Dbug53463.phpt2 Bug #53463 (sqlite3 columnName() segfaults on bad column_number)
4 sqlite3
H A Dbug45798.phpt2 Bug #45798 (sqlite3 doesn't notice if variable was bound)
4 sqlite3
H A Dexception_from_toString.phpt4 sqlite3
14 $db = new sqlite3(':memory:');
H A Dsqlite3_rename_column.phpt4 sqlite3
8 die("skip: sqlite3 library version < 3.25: no support for rename column");
H A Dsqlite3_17_version.phpt4 sqlite3
H A Dsqlite3_01_open.phpt4 sqlite3
H A Dsqlite3_prepare_001.phpt4 sqlite3
H A Dsqlite3_open_empty_string.phpt7 sqlite3
H A Dsqlite3_31_changes.phpt7 sqlite3
H A Dbug72571.phpt4 sqlite3
H A Dsqlite3_prepare_with_empty_string.phpt7 sqlite3
H A Dsqlite3_01_open-mb.phpt4 sqlite3
H A Dsqlite3_02_open.phpt7 sqlite3
H A Dbug81742.phpt4 sqlite3
H A Dsqlite3_busyTimeout.phpt6 sqlite3
/php-src/ext/pdo_sqlite/
H A Dconfig.m412 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 26 milliseconds

12345