summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Expand)AuthorAgeFilesLines
* - Add new testsMarcus Boerger2005-04-231-0/+21
* - This is not C++ codefoobar2005-04-191-1/+1
* Fixed bug #32753 (Undefined constant SQLITE_NOTADB).Ilia Alshanetsky2005-04-191-0/+1
* Don't do PDO here if PDO is disabledRasmus Lerdorf2005-04-161-1/+2
* - Fix test (warnings are expected since there is no support for this)Marcus Boerger2005-03-211-67/+12
* - Add new testsMarcus Boerger2005-03-211-0/+61
* - UpdateMarcus Boerger2005-03-201-0/+1
* remove debuging codeWez Furlong2005-03-151-1/+0
* I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that IWez Furlong2005-03-151-3/+3
* build sqlite2 pdo driver on win32Wez Furlong2005-03-121-1/+9
* - Add testsMarcus Boerger2005-03-1225-0/+1516
* - Errcode might be emptyMarcus Boerger2005-03-121-1/+3
* Fix crappy whitespaceWez Furlong2005-03-121-102/+130
* Implement a PDO driver for sqlite 2Wez Furlong2005-03-114-4/+639
* - Regroup and add a testMarcus Boerger2005-02-193-2/+30
* - SQLite depends on SPL if it is presentMarcus Boerger2005-02-154-7/+54
* same fix hereWez Furlong2005-02-131-1/+1
* update todoWez Furlong2005-02-061-2/+2
* - Proto fixMarcus Boerger2005-01-251-1/+1
* - Synch with MYSQLi extension and use RuntimeException as base forMarcus Boerger2005-01-241-0/+8
* - Fix protoMarcus Boerger2005-01-101-1/+1
* - Bugfix #31342: SQLite OO interface with Exceptions (hugo dot pl at gmail do...Marcus Boerger2005-01-101-2/+2
* - Implement iterator interface in sqliteMarcus Boerger2005-01-102-4/+31
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* merge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953Stanislav Malyshev2005-01-031-4/+4
* 'l' is long - int won't work on 64-bitStanislav Malyshev2004-11-261-1/+2
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
* Added sqlite_fetch_column_types() 3rd argument for arrays.Ilia Alshanetsky2004-10-141-4/+9
* Probable fix for Bug #30147Wez Furlong2004-09-251-0/+1
* Allow sqlite_fetch_column_types() to properly handle table names withIlia Alshanetsky2004-08-021-1/+1
* Fixed bug 29395 (sqlite_escape_string() returns bogus data on emptyIlia Alshanetsky2004-07-271-1/+3
* touch to avoid weird implicit makefile ruleWez Furlong2004-07-181-1/+1
* Fix sqlite buildZeev Suraski2004-07-151-0/+1
* Touch the file so that build system does not try to rebuild it.Ilia Alshanetsky2004-07-121-1/+1
* Fix #28402: no need for -ldlWez Furlong2004-07-101-1/+1
* Bump PHP 5 sqlite extension number to 2.0Wez Furlong2004-07-102-2/+2
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-1043-5463/+5857
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-12/+12
* Allow sqlite to build as a shared ext under win32Wez Furlong2004-05-251-1/+1
* add sqlite_exec()Stanislav Malyshev2004-05-132-0/+42
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-1/+7
* - HTML entity to ISO char.Derick Rethans2004-04-301-1/+1
* An oumlaut doesn't work here, need ASCII onlyMarcus Boerger2004-04-291-1/+1
* Avoid warning to interfere test resultMarcus Boerger2004-04-221-2/+2
* Empty query checks, bug #28112.Ilia Alshanetsky2004-04-221-0/+14
* Add test for bug #28112Marcus Boerger2004-04-221-0/+14
* bugfix #28112Marcus Boerger2004-04-221-1/+3
* Open basedir & safe_mode exception when copying or attaching to a memoryIlia Alshanetsky2004-04-111-2/+2
* Fixed bug #27928 (sqlite incorrectly handles invalid filenames).Ilia Alshanetsky2004-04-091-0/+6
* Increase severity level and use a more precise error message.Marcus Boerger2004-04-033-3/+3