summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/pdo_sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Implement SQLite extended result code functionalityRobert Kopack2019-07-021-0/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Add \PDO::SQLITE_ATTR_READONLY_STATEMENTBohwaZ2018-08-011-0/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Add support for SQLite open flagsBohwaZ2017-09-061-0/+5
* Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-291-0/+2
* Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-121-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Remove version checksNikita Popov2016-01-301-2/+0
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | cleanup mod version macros, round 3Anatol Belski2015-03-231-7/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+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
* Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain....Scott MacVicar2008-07-241-6/+0
* 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
* export the module guy in the external dll version of the buildWez Furlong2007-03-231-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* switch to package2.xmlWez Furlong2005-12-041-1/+1
* set to 1.0 stable.Wez Furlong2005-11-261-1/+1
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
* update package.xml files and version numbers, in anticipation of a big bunch ...Wez Furlong2005-09-111-1/+1
* Prep for PECL release.Wez Furlong2005-07-271-1/+1
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-231-0/+6
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+10
* update extension versionWez Furlong2005-03-091-1/+1
* prep for releaseWez Furlong2005-02-121-1/+1
* prep for releaseWez Furlong2005-02-101-1/+1
* update ready for release.Wez Furlong2005-02-091-1/+1
* jumbo commit; implement sqlstate error codes.Wez Furlong2005-01-071-2/+7
* *cough* de-bogusify driver registration.Wez Furlong2004-10-261-30/+4
* First cut at a PDO driver for SQLite 3.xWez Furlong2004-09-191-0/+122