summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* - Fix typoFelipe Pena2009-03-261-1/+1
* MFH: - Fixed bug #47769 (Strange extends PDO)Felipe Pena2009-03-262-11/+33
* MFH:Felipe Pena2009-03-232-1/+52
* MFHAndrei Zmievski2009-03-121-1/+1
* MFH: Fix #46542 Extending PDO class with a __call() function doesn't workJohannes Schlüter2009-02-171-1/+1
* - Missing "DROP TABLE"Felipe Pena2009-02-161-0/+3
* - Added missing void param check and arginfoFelipe Pena2009-02-131-8/+26
* MFH:Felipe Pena2009-02-131-15/+20
* - MFH: Fixed bug #47297 (pdo_033.phpt fails on PgSQL)Felipe Pena2009-02-041-1/+3
* create temporary db in the current dir and cleanup on completionAntony Dovgal2009-01-051-2/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-318-8/+8
* MFH: Bump copyright year, 2 of 3.Sebastian Bergmann2008-12-311-1/+1
* we do not need the strndup() now that php_stream_printf() handles non-null te...Nuno Lopes2008-12-121-3/+1
* Fixed a possible corruption inside PDOStatement::debugDumpParams()Ilia Alshanetsky2008-12-111-1/+3
* MFHAntony Dovgal2008-12-031-2/+4
* Fixed error message typoMatt Wilmas2008-12-031-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-272-15/+15
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-172-13/+0
* - MFH: Better fixFelipe Pena2008-11-132-15/+9
* - MFH: declaration goes first...Pierre Joye2008-11-132-4/+4
* - MFH: Fixed invalid readsFelipe Pena2008-11-132-3/+3
* - After readying Johannes's mail, the conclusion that a "smarter" systemDavid Coallier2008-11-102-3/+45
* MFH:Felipe Pena2008-11-051-4/+4
* - MFHDavid Coallier2008-11-041-0/+7
* - MFH: Improved fixFelipe Pena2008-11-031-4/+8
* MFH:Felipe Pena2008-11-031-0/+1
* - MFH: Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash)Felipe Pena2008-11-031-0/+3
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-022-0/+13
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-242-13/+0
* - MFH: Fixed bug #43925 (Incorrect argument counter in prepared statements wi...Felipe Pena2008-10-232-3/+5
* - MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg w...Felipe Pena2008-10-141-14/+24
* - Removed unnecessary strcmp call (thanks Tony)Felipe Pena2008-10-121-1/+1
* - Complete the fix for #46274, and testsFelipe Pena2008-10-121-0/+2
* MFH:Kalle Sommer Nielsen2008-10-101-0/+4
* - MFH: Static'ficationFelipe Pena2008-10-101-0/+23
* MFH:Felipe Pena2008-10-101-6/+10
* MFH:Felipe Pena2008-10-102-35/+55
* - MFH: Fixed bug pecl#9641 (Unable to add driver specific methods to PDOState...Felipe Pena2008-10-091-2/+1
* - MFH: Fixed bug #46157 (PDOStatement::fetchObject prototype error)Felipe Pena2008-09-231-2/+2
* MFH Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)Johannes Schlüter2008-09-161-3/+6
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-2/+2
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-0/+3
* Fixed support for static methodsDmitry Stogov2008-07-251-1/+1
* fix typosAntony Dovgal2008-07-251-1/+1
* Fixed uninitialised dataDmitry Stogov2008-07-252-0/+3
* - MFH: force static for now, broken nowPierre Joye2008-07-241-2/+1
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-2111-37/+69
* - Added arginfoFelipe Pena2008-06-271-1/+7
* - MFH: Add check for avoid segfault when trying instantiate PDORow manuallyFelipe Pena2008-05-142-4/+16