summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)Ilia Alshanetsky2008-02-201-0/+2
* New testFelipe Pena2008-02-191-0/+32
* some BDs (e.g. firebird) dont support text, so replace it with varchar(255).Nuno Lopes2008-02-191-1/+1
* MFB: Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, N...Felipe Pena2008-02-191-2/+2
* PDO is hardly experimentalIlia Alshanetsky2008-01-311-0/+0
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-8/+10
* move about 3K of data to the const area. also reduce memory usage (~ -266 byt...Nuno Lopes2008-01-251-4/+4
* Missing patch bit from the FETCH_GROUP fixIlia Alshanetsky2008-01-141-0/+2
* Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # byIlia Alshanetsky2008-01-111-4/+19
* Skip test for PostgreSQL driver since error is too dissimilar to otherIlia Alshanetsky2008-01-031-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8