summaryrefslogtreecommitdiff
path: root/ext/sqlite/pdo_sqlite2.c
Commit message (Expand)AuthorAgeFilesLines
* - Move the old sqlite extension to PECLJohannes Schlüter2010-11-191-633/+0
* - Completed the fix for bug #52010Felipe Pena2010-06-201-1/+1
* - Fixed bug #49320 (PDO returns null when SQLite connection fails)Felipe Pena2010-06-121-0/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-6/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added missing validation checks around expand_filepath()Ilia Alshanetsky2006-09-161-0/+4
* bump year and license versionfoobar2006-01-011-3/+3
* Don't lose track of exec() errors in pdo_sqlite2Ilia Alshanetsky2005-12-211-1/+5
* MFH: nuke php3 legacyfoobar2005-12-061-2/+2
* nuke unused variablefoobar2005-06-171-2/+2
* - This is not C++ codefoobar2005-04-191-1/+1
* remove debuging codeWez Furlong2005-03-151-1/+0
* - 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-111-0/+600