summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_int.h
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Allow PDO drivers custom methods to trigger errors/exceptionsMatteo Beccati2013-06-041-13/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.4'Xinchen 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
| * Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for theseRasmus Lerdorf2011-08-071-1/+1
| * Not an issue here, but a good habit to follow consistently. Never use strcpy/...Rasmus Lerdorf2011-08-071-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for theseRasmus Lerdorf2011-08-071-1/+1
* | Not an issue here, but a good habit to follow consistently. Never use strcpy/...Rasmus Lerdorf2011-08-071-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
* 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-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - MFHMarcus Boerger2006-05-111-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-3/+3
* Fix Bug #34687; error information from query() not passed backWez Furlong2005-10-021-1/+7
* - MFH PDOException baseMarcus Boerger2005-10-021-0/+1
* Declare functions used by driver as PDO_API in php_pdo_driver.hEdin Kadribasic2005-09-241-1/+0
* fix build (declare extern HashTable pdo_driver_hash)Antony Dovgal2005-09-181-0/+2
* - Simplify code (only implement handlers that are necessary)Marcus Boerger2005-03-211-0/+3
* - Fix warnings by doing it the Zend wayMarcus Boerger2005-03-191-2/+2
* prep package file for release.Wez Furlong2005-03-091-2/+2
* - Allow to derive PDOStatementMarcus Boerger2005-02-221-2/+2
* better handling of pdo-level errorsWez Furlong2005-02-061-0/+1
* don't raise errors for the no-error caseWez Furlong2005-01-171-2/+2
* API support for scrollable cursorsWez Furlong2005-01-121-1/+1
* implement SQLSTATE style error codes.Wez Furlong2005-01-071-2/+7
* don't blow up under HEADWez Furlong2004-12-261-0/+1
* Synopsis:Wez Furlong2004-10-271-0/+3
* Implement persistent connectionsWez Furlong2004-09-231-0/+2
* Version 1 of PDO_FETCH_LAZYWez Furlong2004-05-211-0/+7
* Enable setting the different error modes via PDO::setAttribute()Wez Furlong2004-05-201-2/+2
* First cut at a "unified" error handling API. The main thing that is missingWez Furlong2004-05-201-0/+8
* Some pedantic fixes for gcc.Wez Furlong2004-05-171-1/+1
* Hello PDO.Wez Furlong2004-05-171-0/+46