summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-0/+1
* pdo_025 expected a certain extra character that is not part of windows output...Eyal Teutsch2010-12-091-1/+1
* - Fixed testsFelipe Pena2010-12-042-2/+14
* - Fixed testFelipe Pena2010-12-031-2/+0
* - Fixed testFelipe Pena2010-12-031-1/+6
* - Fix wrong argument to read_property callFelipe Pena2010-11-151-1/+1
* Skip if PDO_SQLITE is not availableUlf Wendel2010-09-171-0/+5
* Remove OS dependent directory separator from EXPECTUlf Wendel2010-09-171-2/+2
* - Improved memory usageDmitry Stogov2010-09-151-11/+19
* - Fixed bug #52699 (PDO bindValue writes long int 32bit enum)Felipe Pena2010-08-251-3/+5
* - Fixed bug #52487 (PDO::FETCH_INTO leaks memory)Felipe Pena2010-07-291-1/+1
* Fixed bug #51943 (Several files are out of ANSI spec)Kalle Sommer Nielsen2010-07-131-2/+2
* - New tests related to #52098Felipe Pena2010-06-161-0/+19
* - Fix crash when calling a method of a class that inherits PDOStatement if in...Felipe Pena2010-06-161-0/+4
* Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-102-0/+21
* - Removed clone_obj from PDORow object handlers, as zend_objects_store_clone_...Felipe Pena2010-06-021-1/+3
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-242-6/+7
* - Fixed name.Derick Rethans2010-05-191-1/+1
* Fixed PDO objects binary incompatibilityDmitry Stogov2010-05-063-41/+20
* Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ...Pierrick Charron2010-04-271-0/+2
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-202-22/+42
* On beginTransaction() reset error stateIlia Alshanetsky2010-04-011-0/+1
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-112-31/+26
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-038-8/+8
* sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-031-1/+1
* - Updated pdo_pgsql tests to be 8.5+ friendlyMatteo Beccati2009-12-251-1/+1
* - Fixed memory leak when E_STRICT message is gettedFelipe Pena2009-12-141-0/+4
* - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures)Pierrick Charron2009-12-142-82/+38
* - Fixed bug #49174 (crash on queryString set)Felipe Pena2009-12-131-2/+2
* - Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes...Felipe Pena2009-12-111-4/+6
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-6/+2
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the midd...Pierrick Charron2009-12-061-4/+36
* Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).Ilia Alshanetsky2009-12-061-1/+1
* Fixed bug #45120 (PDOStatement->execute() returns true then false for same st...Pierrick Charron2009-12-031-0/+1
* Don't ignore the 2nd parameter to PDO's quote() method that identifies the da...Ilia Alshanetsky2009-11-201-2/+1
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-152-26/+31
* - Fixed PDORow and PDOStatement crashes when instantiating throught ReflectionFelipe Pena2009-10-123-29/+58
* - Revert my mistakeFelipe Pena2009-07-191-2/+2
* - Fixed module check (Related to bug #48785)Felipe Pena2009-07-191-2/+2
* - Removed trailing zeros on double to string conversion (noticed on #48924)Felipe Pena2009-07-161-1/+1
* MFHMatteo Beccati2009-05-121-0/+104
* MFH: Fix protoKalle Sommer Nielsen2009-05-021-1/+1
* MFH:Matteo Beccati2009-04-231-2/+1
* MFH:Matteo Beccati2009-04-023-57/+179
* - 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