summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Upgraded bundled Sqlite3 to version 3.7.0.1Ilia Alshanetsky2010-08-142-3644/+10059
* Install SQLite3 headerJohannes Schlüter2010-06-231-0/+1
* - #51295, SQLite3::busyTimeout not existingPierre Joye2010-06-201-0/+32
* Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).Ilia Alshanetsky2010-06-091-1/+1
* Berkeley DB 5's SQL frontend gives a slightly different error than libsqliteJohannes Schlüter2010-06-011-1/+1
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-6/+3
* Removed safe_modeKalle Sommer Nielsen2010-04-262-2/+12
* Upgraded bundled sqlite to version 3.6.23.1Ilia Alshanetsky2010-03-302-2328/+3988
* Upgraded bundled sqlite to version 3.6.22.Ilia Alshanetsky2010-01-192-4499/+5398
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
* Upgraded to Sqlite 3.6.21Ilia Alshanetsky2009-12-083-7449/+6455
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-9/+3
* Upgraded bundled sqlite to version 3.6.20Ilia Alshanetsky2009-11-092-1038/+1281
* Add metadata support to the bundled version of libsqlite on Windows, part of ...Scott MacVicar2009-10-161-1/+1
* Update libsqlite to 3.6.19Scott MacVicar2009-10-162-1234/+3041
* Upgraded bundled sqlite to version 3.6.18.Ilia Alshanetsky2009-09-152-2850/+4718
* Update libsqlite to 3.6.17.Scott MacVicar2009-08-112-2935/+3277
* fix testsZoe Slattery2009-07-172-2/+2
* MFH Upgrade libsqlite to 3.6.16, fixes a possible error with triggersScott MacVicar2009-06-302-2419/+2303
* MFH sync SQLite 3.6.15Scott MacVicar2009-06-152-4047/+5469
* MFH make SQLite3::enableExceptions() return the previous value.Scott MacVicar2009-06-082-4/+6
* This shouldn't have been in thereKalle Sommer Nielsen2009-05-311-1/+0
* MFH sync SQLite 3.6.14.2Scott MacVicar2009-05-282-5/+21
* MFH: Previous commit was an old version of the patch, PHP_ZTS is not a boolea...Kalle Sommer Nielsen2009-05-221-1/+2
* MFH: Don't build SQLite threadsafe on NTS buildsKalle Sommer Nielsen2009-05-221-1/+1
* MFH: Fix test on WindowsKalle Sommer Nielsen2009-05-221-3/+3
* MFH: Added missing SKIPIFKalle Sommer Nielsen2009-05-221-0/+2
* Warning fixIlia Alshanetsky2009-05-191-0/+1
* Upgraded to 3.6.14.1Ilia Alshanetsky2009-05-192-19/+31
* Fix testHannes Magnusson2009-05-181-2/+4
* - New tests (testfest BelgiumUG)Felipe Pena2009-05-1730-0/+764
* MFH: fix ZTS buildAntony Dovgal2009-05-081-0/+1
* - Fix buildFelipe Pena2009-05-071-0/+1
* Print warning when using loadExtension on non cli, cgi and embededScott MacVicar2009-05-071-0/+9
* Fixed compiler warningIlia Alshanetsky2009-05-071-0/+1
* MFH Update bundled libsqlite to 3.6.14Scott MacVicar2009-05-072-1834/+2534
* MFH Add the ability to enable exceptions rather than warnings for sqlite3, ne...Scott MacVicar2009-04-272-60/+97
* Upgrade to SQLite 3.6.13Ilia Alshanetsky2009-04-132-990/+1325
* MFH Update libsqlite to 3.6.12Scott MacVicar2009-03-312-6566/+5025
* MFH Fix bug #47826 - Building with system sqlite3 can miss a symbol.Scott MacVicar2009-03-291-2/+3
* MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3Scott MacVicar2009-03-173-1/+17
* Removed unused varIlia Alshanetsky2009-02-181-1/+1
* MFH: Update bundled SQLite to 3.6.11Scott MacVicar2009-02-182-2711/+4610
* The constructor should also throw exceptions, make this semi useful now.Scott MacVicar2009-02-103-17/+34
* Fix build on WindowsScott MacVicar2009-01-281-1/+1
* fix buildAntony Dovgal2009-01-241-1/+1
* MFH Add blobOpen method for reading binary blobs via streams.Scott MacVicar2009-01-242-2/+238
* MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the fr...Scott MacVicar2009-01-202-7/+39
* MFH Fix bug #47145 - As soon as sqlite3_step is called on a statement it alwa...Scott MacVicar2009-01-201-8/+7
* Fixed bug #47141 - Unable to fetch error messages after the database can't be...Scott MacVicar2009-01-191-3/+3