Searched refs:sqlite (Results 1 – 10 of 10) sorted by relevance
/web-php/ |
H A D | mirror-info.php | 31 $sqlite = get_available_sqlites(); variable 39 $sqlite, // 3 : SQLite support?
|
/web-php/include/ |
H A D | manual-lookup.inc | 65 // for the specified "keyword". Using the sqlite is 100 // If sqlite is available on this mirror use that for manual 104 // If there is no sqlite support, or we are unable to 110 if (in_array('sqlite', PDO::getAvailableDrivers(), true)) { 111 if (file_exists($_SERVER['DOCUMENT_ROOT'] . '/backend/manual-lookup.sqlite')) { 113 …$dbh = new PDO( 'sqlite:' . $_SERVER['DOCUMENT_ROOT'] . '/backend/manual-lookup.sqlite', '', '', [… 148 …// @todo utilize phd to generate this data, instead of the current systems/gen-phpweb-sqlite-db.php 181 // if this change remains, adjust the gen-phpweb-sqlite script accordingly 218 …// but uses file_exists() instead of sqlite. In other words, if sqlite was used, don't perfo…
|
H A D | site.inc | 165 $allsqlites = [1 => 'sqlite', 2 => 'sqlite3', 4 => 'pdo_sqlite', 8 => 'pdo_sqlite2']; 177 case 'sqlite':
|
H A D | errors.inc | 537 This will probably live in sqlite one day, and be more intelligent (tagging?)
|
H A D | pregen-news.inc | 21791 …as well as several security issues in bundled sqlite library (CVE-2015-3414, CVE-2015-3415, CVE-20… 21804 …as well as several security issues in bundled sqlite library (CVE-2015-3414, CVE-2015-3415, CVE-20…
|
/web-php/releases/8.4/ |
H A D | release.inc | 439 'sqlite:foo.db', 461 'sqlite:foo.db',
|
/web-php/releases/ |
H A D | NEWS_5_4_0_alpha1.txt | 23 . ext/sqlite.
|
H A D | NEWS_5_4_0_RC1.txt | 242 . ext/sqlite. (Note: the ext/sqlite3 and ext/pdo_sqlite extensions are 1408 - Upgraded bundled sqlite to version 3.6.23.1. (Ilia) 1691 - Upgraded bundled sqlite to version 3.6.22. (Ilia) 1927 - Upgraded bundled sqlite to version 3.6.19. (Scott) 2178 - Upgraded bundled sqlite to version 3.6.15. (Scott) 3112 - Fixed memory leak inside PDO sqlite's sqliteCreateAggregate() method. 5361 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia) 5684 . SQLite 2 library in ext/sqlite to 2.8.16. (Ilia) 5810 - Fixed bug #34899 (Fixed sqlite extension compile failure). (Ilia) 5813 - Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 148 . ext/sqlite. (Note: the ext/sqlite3 and ext/pdo_sqlite extensions are 1312 - Upgraded bundled sqlite to version 3.6.23.1. (Ilia) 1595 - Upgraded bundled sqlite to version 3.6.22. (Ilia) 1831 - Upgraded bundled sqlite to version 3.6.19. (Scott) 2082 - Upgraded bundled sqlite to version 3.6.15. (Scott) 3016 - Fixed memory leak inside PDO sqlite's sqliteCreateAggregate() method. 5265 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia) 5588 . SQLite 2 library in ext/sqlite to 2.8.16. (Ilia) 5714 - Fixed bug #34899 (Fixed sqlite extension compile failure). (Ilia) 5717 - Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is [all …]
|
H A D | NEWS_5_4_0_beta2.txt | 199 . ext/sqlite. (Note: the ext/sqlite3 and ext/pdo_sqlite extensions are
|
Completed in 110 milliseconds