summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Missed the testRasmus Lerdorf2012-01-291-0/+44
* Good patch from Brad Dewar that adds missing createCollation()Rasmus Lerdorf2012-01-293-1/+133
* - Year++Felipe Pena2012-01-013-3/+3
* - add skipifPierre Joye2011-09-061-0/+2
* - add skipifPierre Joye2011-09-061-0/+2
* Fix another broken test. root can read 0200 files.Rasmus Lerdorf2011-08-291-1/+6
* Fixed memset usage (identified by coverity)Ilia Alshanetsky2011-08-101-3/+3
* Update SQLite3 to the latest versionScott MacVicar2011-08-092-2600/+5315
* Not our issue, but fixing here for now and reporting upstreamRasmus Lerdorf2011-08-061-0/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
* Upgrade SQLite to 3.7.6.3Scott MacVicar2011-06-142-5/+15
* Update bundled SQLite to 3.7.6.2Scott MacVicar2011-05-133-2536/+5729
* Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open()Adam Harvey2011-05-101-1/+1
* - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a refe...Felipe Pena2011-01-072-1/+18
* Implemented FR #53466 (SQLite3Result::columnType() should return false after ...Scott MacVicar2011-01-061-0/+5
* Fix error with initialisation flag being set too early. If encryption is enab...Scott MacVicar2011-01-031-3/+3
* - Year++Felipe Pena2011-01-013-3/+3
* Add SQLite3_Stmt::readOnly for checking if a statement is read onlyScott MacVicar2010-12-312-4/+78
* - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-0/+1
* Upgraded bundled Sqlite3 to version 3.7.4.Ilia Alshanetsky2010-12-114-1159/+3509
* - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)Felipe Pena2010-12-032-1/+35
* - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+3
* - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-2/+2
* Upgraded bundled sqlite to version 3.7.3Ilia Alshanetsky2010-10-202-3492/+5793
* Upgraded bundled Sqlite3 to version 3.7.0.1Ilia Alshanetsky2010-08-142-3636/+10059
* Install SQLite3 headerJohannes Schlüter2010-06-231-0/+1
* MFB: Implemented FR #51295 (SQLite3::busyTimeout not existing). (Mark)Ilia Alshanetsky2010-06-211-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
* Merge safe_mode changes into extensions that are in sync in both branchesKalle 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