summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixes for variety of issues identified by coverity scanIlia Alshanetsky2011-08-071-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
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed compiler warning "incompatible pointer type"Xinchen Hui2011-09-051-1/+1
* | Fixes for variety of issues identified by coverity scanIlia Alshanetsky2011-08-071-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
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the midd...Pierrick Charron2009-12-061-4/+36
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).Ilia Alshanetsky2009-12-061-1/+1
* - Revert my mistakeFelipe Pena2009-07-191-2/+2
* - Fixed module check (Related to bug #48785)Felipe Pena2009-07-191-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-1/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+0
* MFH:Kalle Sommer Nielsen2008-10-101-0/+4
* - Added arginfoFelipe Pena2008-06-271-1/+7
* 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: syncJani Taskinen2007-07-231-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Remove bogus ini entryHannes Magnusson2006-10-141-12/+0
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+8
* Put the TODO backRasmus Lerdorf2006-06-071-0/+3
* Get rid of useless function callsRasmus Lerdorf2006-06-071-18/+2
* fix leak appearing on phpinfo() when there are no PDO modules availableAntony Dovgal2006-06-051-0/+2
* - MFHMarcus Boerger2006-05-111-5/+17
* - Tweak version checkMarcus Boerger2006-05-091-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
* prep for releaseWez Furlong2005-11-281-1/+1
* going to release 1.0.1Wez Furlong2005-11-261-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
* nuke unused variableAntony Dovgal2005-10-051-1/+1
* - Committing some changes that make PDO+SPL not crash anymore. These are doneDerick Rethans2005-10-051-10/+17
* - MFH PDOException baseMarcus Boerger2005-10-021-0/+32
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-201-83/+0
* fix build (declare extern HashTable pdo_driver_hash)Antony Dovgal2005-09-181-1/+1