Home
last modified time | relevance | path

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

12345

/PHP-8.2/ext/sqlite3/
H A Dconfig0.m41 PHP_ARG_WITH([sqlite3],
3 [AS_HELP_STRING([--without-sqlite3],
8 PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.7.7])
12 AC_DEFINE(HAVE_SQLITE3, 1, [Define to 1 if you have the sqlite3 extension enabled.])
14 PHP_CHECK_LIBRARY(sqlite3, sqlite3_errstr, [
18 PHP_CHECK_LIBRARY(sqlite3, sqlite3_expanded_sql, [
22 PHP_CHECK_LIBRARY(sqlite3,sqlite3_load_extension,
24 [AC_DEFINE(SQLITE_OMIT_LOAD_EXTENSION, 1, [have sqlite3 with extension support])],
28 PHP_NEW_EXTENSION(sqlite3, sqlite3.c, $ext_shared,,-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
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");
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-8.2/ext/pdo_sqlite/
H A Dconfig.m415 PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.7.7])
21 PHP_CHECK_LIBRARY(sqlite3, sqlite3_close_v2, [
25 PHP_CHECK_LIBRARY(sqlite3, sqlite3_column_table_name, [
29 PHP_CHECK_LIBRARY(sqlite3, sqlite3_load_extension,
31 [AC_DEFINE(PDO_SQLITE_OMIT_LOAD_EXTENSION, 1, [have sqlite3 with extension support])],
/PHP-8.2/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

Completed in 34 milliseconds

12345