Searched refs:sqlite3 (Results 1 – 25 of 102) sorted by relevance
12345
/PHP-8.2/ext/sqlite3/ |
H A D | config0.m4 | 1 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 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"); 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-8.2/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-8.2/ext/pdo_sqlite/ |
H A D | config.m4 | 15 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, [
|
Completed in 28 milliseconds
12345