summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Remove executable permission on incXinchen Hui2012-10-101-0/+0
* Remove executable permission on phptXinchen Hui2012-10-105-0/+0
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-096-0/+0
* skip test for bug 43130 on firebird , not relevantPopa Adrian Marius2012-08-201-0/+1
* Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())Xinchen Hui2012-08-021-1/+1
* Fix for bug #62379 was missing in 5.3Anatoliy Belsky2012-07-171-3/+9
* Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-272-2/+2
* Commit generated fileJohannes Schlüter2012-04-191-122/+118
* Fix bug #61755 parsing bug can lead to access violationsJohannes Schlüter2012-04-191-5/+4
* Update generated file.Johannes Schlüter2012-04-181-5/+6
* Ensure the SQL parser is regenerated after changes.Johannes Schlüter2012-04-181-0/+4
* Bug #55663, fixed test for bug 43139 on Firebird. Per request from mariuzMatteo Beccati2012-01-021-0/+2
* - Year++Felipe Pena2012-01-019-9/+9
* - Fix bug #55776 (PDORow to session bug)Johannes Schlüter2011-09-251-0/+8
* Update SKIPIFs for test portabilityChristopher Jones2011-09-081-0/+6
* - add skipifPierre Joye2011-09-062-0/+4
* gcov test fixesChristopher Jones2011-09-025-3/+6
* Avoid strcpy() usageIlia Alshanetsky2011-08-081-2/+2
* Fixes for variety of issues identified by coverity scanIlia Alshanetsky2011-08-074-5/+6
* Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for theseRasmus Lerdorf2011-08-071-1/+1
* Not an issue here, but a good habit to follow consistently. Never use strcpy/...Rasmus Lerdorf2011-08-071-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Added missing arginfos for void params and void param checksFelipe Pena2011-06-181-9/+12
* - Fixed bug #54929 (Parse error with single quote in sql comment)Felipe Pena2011-06-042-62/+171
* Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE setti...Ilia Alshanetsky2011-06-011-1/+4
* Fixed compiler warningIlia Alshanetsky2011-02-221-1/+1
* - Year++Felipe Pena2011-01-019-9/+9
* - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-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
* - 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
* Removed the in_transaction handler for 5.3 to avoid BC break due to structure...Ilia Alshanetsky2010-06-152-6/+1
* Added inTransaction() method to PDO, with specialized support for PostgresIlia Alshanetsky2010-06-102-0/+21
* Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ...Pierrick Charron2010-04-271-0/+2
* 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