summaryrefslogtreecommitdiff
path: root/ext/sqlite/pdo_sqlite2.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Fixed compilation warningsFelipe Pena2008-03-221-2/+3
* 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
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix buildHannes Magnusson2006-12-101-1/+1
* - build fix the other driver as well (a macro would be nicer)Pierre Joye2006-12-101-0/+11
* MFB: Added missing validation checks around expand_filepath()Ilia Alshanetsky2006-09-161-0/+4
* Start nuking safe_mode. Still a lot of work to do...Andi Gutmans2006-02-191-6/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFB51: Don't lose track of exec() errors in pdo_sqlite2Ilia Alshanetsky2005-12-211-1/+5
* - Nuke php3 legacyfoobar2005-12-061-2/+2
* ZTS fixes.Sebastian Bergmann2005-08-121-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