summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-33/+33
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* reduce struct sizes by 8 bytes each on 64 bitAnatol Belski2014-09-141-6/+9
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-22/+22
* ported pdo and pdo_sqliteAnatol Belski2014-08-191-20/+20
* basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
* Finished persistent PDO implementXinchen Hui2014-05-261-7/+16
* PDO code assumes that different parts of the union alligned in special wayDmitry Stogov2014-05-061-5/+4
* Various bugs fixedXinchen Hui2014-04-241-0/+1
* Clean up (use zend_string and foreach macros)Xinchen Hui2014-04-231-2/+1
* Refactor PDO (only compilable now)Xinchen Hui2014-04-221-9/+15
* Refactor PDO (incompleted)Xinchen Hui2014-04-161-21/+33
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed compiler warningMatteo Beccati2013-08-211-4/+4
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-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
| * - Year++Felipe Pena2011-01-011-1/+1
| * Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-131-2/+2
| * Removed the in_transaction handler for 5.3 to avoid BC break due to structure...Ilia Alshanetsky2010-06-151-1/+0
| * Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-101-0/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-131-2/+2
* | Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-101-0/+1
* | Fixed PDO objects binary incompatibilityDmitry Stogov2010-05-061-8/+2
|/
* 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: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-2/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: syncJani Taskinen2007-07-231-2/+2
* [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result setIlia Alshanetsky2007-05-161-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-09-281-1/+1
* MFHAntony Dovgal2006-09-281-1/+1
* - MFHMarcus Boerger2006-05-111-3/+10
* Add "ATTR_EMULATE_PREPARES" general attribute to replace the customWez Furlong2006-04-091-1/+2
* The fix for #35332 caused #35671 (and thus PECL #6504).Wez Furlong2006-03-271-2/+3
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* API for connection dependent objects to add/del refs to dbh's.Wez Furlong2005-11-281-1/+4
* improve test portability.Wez Furlong2005-10-311-1/+5
* MFH: commit forgotten partAntony Dovgal2005-10-271-0/+10
* use correct enum type for the argAntony Dovgal2005-10-251-1/+1
* Fix Bug #34687; error information from query() not passed backWez Furlong2005-10-021-2/+8