Home
last modified time | relevance | path

Searched refs:sqlite (Results 1 – 9 of 9) sorted by relevance

/web-php/
H A Dmirror-info.php31 $sqlite = get_available_sqlites(); variable
39 $sqlite, // 3 : SQLite support?
/web-php/include/
H A Dmanual-lookup.inc65 // 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', '', '', […
150 …// @todo utilize phd to generate this data, instead of the current systems/gen-phpweb-sqlite-db.php
183 // if this change remains, adjust the gen-phpweb-sqlite script accordingly
220 …// but uses file_exists() instead of sqlite. In other words, if sqlite was used, don't perfo…
H A Dsite.inc166 $allsqlites = [1 => 'sqlite', 2 => 'sqlite3', 4 => 'pdo_sqlite', 8 => 'pdo_sqlite2'];
178 case 'sqlite':
H A Derrors.inc535 This will probably live in sqlite one day, and be more intelligent (tagging?)
H A Dpregen-news.inc21791 …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/
H A DNEWS_5_4_0_alpha1.txt23 . ext/sqlite.
H A DNEWS_5_4_0_RC1.txt242 . 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 DNEWS_5_4_0_beta1.txt148 . 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 DNEWS_5_4_0_beta2.txt199 . ext/sqlite. (Note: the ext/sqlite3 and ext/pdo_sqlite extensions are

Completed in 110 milliseconds