summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Better fixFelipe Pena2008-11-132-15/+9
* - Reverted last change, only in this branchFelipe Pena2008-11-132-3/+3
* - MFH: Fixed invalid readsFelipe Pena2008-11-132-3/+3
* MFH:Felipe Pena2008-11-051-4/+4
* - 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
* - 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
* - MFB: Removed unnecessary strcmp call (thanks Tony)Felipe Pena2008-10-121-1/+1
* - MFB: Complete the fix for #46274, and testsFelipe Pena2008-10-121-0/+2
* - 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 #44424 (Extending PDO/MySQL class with a __call() function doesn't work)Johannes Schlüter2008-09-161-3/+7
* - MFH: Add check for avoid segfault when trying instantiate PDORow manuallyFelipe Pena2008-05-142-4/+16
* MFB5.3: fix SKIPIFNuno Lopes2008-04-102-2/+5
* MFB: Fixed bug #44166 (Parameter handling flaw inIlia Alshanetsky2008-03-031-1/+5
* MFB: Better fix for bug #44189Ilia Alshanetsky2008-02-261-4/+0
* MFB: 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
* MFB: Fixed bug #44189 (PDO setAttribute() does not properly validate valuesIlia Alshanetsky2008-02-211-0/+14
* MFB: 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
* Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, NULL))Felipe Pena2008-02-191-2/+2
* MFB: Missing patch bit from the FETCH_GROUP fixIlia Alshanetsky2008-01-141-0/+2
* MFB: Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a columnIlia Alshanetsky2008-01-111-4/+19
* MFB: 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
* MFH: Bump copyright year, 1 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).David Soria Parra2007-12-302-2/+31
* fix testAntony Dovgal2007-11-271-0/+1
* fix testAntony Dovgal2007-11-271-2/+4
* MFB: Revert addition of - char support for bound param namesIlia Alshanetsky2007-11-262-11/+9
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* MFB: Adjusted fix for bug #42978Ilia Alshanetsky2007-11-201-5/+0
* MFB: Fixed bug #42978 (mismatch between number of bound params and valuesIlia Alshanetsky2007-11-201-0/+5
* MFB: Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases withIlia Alshanetsky2007-10-312-0/+38
* MFB: Test not relavent for sqlite that uses built-in bound syntaxIlia Alshanetsky2007-10-301-0/+1
* MFB: Fixed bug #43130 (Bound parameters cannot have - in their name)Ilia Alshanetsky2007-10-293-117/+255
* MFB: Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)Ilia Alshanetsky2007-10-112-3/+46
* fix crash if stream is empty and reader function sets buffer as nullStanislav Malyshev2007-09-121-1/+5
* Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT).Ilia Alshanetsky2007-09-121-6/+6
* - Fixed bug #42452 (PDO classes do not expose Reflection API information)Hannes Magnusson2007-08-304-46/+100
* Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode causesIlia Alshanetsky2007-07-311-1/+1
* Already exists in PECLIlia Alshanetsky2007-07-251-5/+0
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-10/+10
* fix testAntony Dovgal2007-07-231-1/+1