summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a warning message on pdo::exec() failure in the event of an empty queryIlia Alshanetsky2008-04-221-0/+1
* fix SKIPIFsNuno Lopes2008-04-102-1/+5
* remove ze1_compat leftoversAntony Dovgal2008-03-181-13/+1
* remove duplicated sectionsNuno Lopes2008-03-171-1/+0
* MFH: New way for check void parametersFelipe Pena2008-03-102-12/+12
* Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())Ilia Alshanetsky2008-03-031-1/+5
* MFH: Fix get_parent_class() of PDORow instancesJohannes Schlüter2008-03-032-3/+29
* Better fix for bug #44189Ilia Alshanetsky2008-02-261-4/+0
* Fixed bug #44200 (A crash in PDO when no bound targets exists and yetIlia Alshanetsky2008-02-241-0/+4
* Fix testFelipe Pena2008-02-221-2/+3
* Fixed bug #44189 (PDO setAttribute() does not properly validate values forIlia Alshanetsky2008-02-211-0/+14