Searched refs:sqlite3 (Results 1 – 25 of 36) sorted by relevance
12
/PHP-8.0/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.4]) 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.0/ext/sqlite3/tests/ |
H A D | skipif.inc | 3 if (!extension_loaded('sqlite3')) { 4 die("skip sqlite3 extension not loaded");
|
H A D | bug63921-32bit.phpt | 2 Bug #63921 sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API 5 if (!extension_loaded('sqlite3')) die('skip sqlite3 extension not loaded'); 11 $conn = new sqlite3(':memory:');
|
H A D | sqlite3_22_loadextension.phpt | 6 $r = new ReflectionClass("sqlite3"); 8 die("skip - sqlite3 doesn't have loadExtension enabled"); 13 sqlite3.extension_dir=.
|
H A D | bug63921-64bit.phpt | 2 Bug #63921 sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API 5 if (!extension_loaded('sqlite3')) die('skip'); 11 $conn = new sqlite3(':memory:');
|
H A D | bug76665.phpt | 5 if (!extension_loaded('sqlite3')) die('skip sqlite3 extension not available');
|
H A D | bug73333.phpt | 5 if (!extension_loaded('sqlite3')) die('skip sqlite3 extension not available');
|
H A D | gh9032.phpt | 5 if (!extension_loaded("sqlite3")) die("skip sqlite3 extension not available");
|
H A D | bug79294.phpt | 5 if (!extension_loaded('sqlite3')) die('sqlite3 extension not available');
|
H A D | sqlite3_defensive.phpt | 7 die("skip: sqlite3 library version < 3.26: no support for defensive mode"); 12 sqlite3.defensive=On
|
H A D | bug47159.phpt | 2 Bug #45798 (sqlite3 doesn't track unexecuted statements)
|
H A D | bug72571.phpt | 5 if (!extension_loaded('sqlite3')) die('skip'); ?>
|
H A D | bug71049.phpt | 5 if (!extension_loaded('sqlite3')) die('skip'); ?>
|
H A D | sqlite3_33_load_extension_param.phpt | 7 sqlite3.extension_dir="{TMP}"
|
H A D | bug53463.phpt | 2 Bug #53463 (sqlite3 columnName() segfaults on bad column_number)
|
H A D | bug66550.phpt | 5 if (!extension_loaded('sqlite3')) die('skip');
|
H A D | bug45798.phpt | 2 Bug #45798 (sqlite3 doesn't notice if variable was bound)
|
H A D | bug69972.phpt | 5 if (!extension_loaded('sqlite3')) die('skip');
|
H A D | exception_from_toString.phpt | 14 $db = new sqlite3(':memory:');
|
H A D | bug68760.phpt | 5 if (!extension_loaded('sqlite3')) die('skip');
|
H A D | bug72668.phpt | 5 if (!extension_loaded('sqlite3')) die('skip'); ?>
|
/PHP-8.0/ext/pdo_sqlite/ |
H A D | config.m4 | 15 PKG_CHECK_MODULES([SQLITE], [sqlite3 > 3.7.4]) 21 PHP_CHECK_LIBRARY(sqlite3, sqlite3_close_v2, [ 25 PHP_CHECK_LIBRARY(sqlite3, sqlite3_column_table_name, [
|
H A D | php_pdo_sqlite_int.h | 54 sqlite3 *db;
|
Completed in 87 milliseconds
12