summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | static string copies
* Not an issue here, but a good habit to follow consistently. Never use ↵Rasmus Lerdorf2011-08-071-1/+1
| | | | strcpy/strcat.
* - 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 ↵Ilia Alshanetsky2011-06-011-1/+4
| | | | settings).
* 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 ↵Pierre Joye2010-12-131-0/+1
| | | | devel-pkg version is coming), works exactly the same as on unix, or should :)
* pdo_025 expected a certain extra character that is not part of windows ↵Eyal Teutsch2010-12-091-1/+1
| | | | output. changed to optional char: %a -> %A
* - 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
| | | | # Based on patch by CoreyStup at gmail dot com
* - New tests related to #52098Felipe Pena2010-06-161-0/+19
|
* - Fix crash when calling a method of a class that inherits PDOStatement if ↵Felipe Pena2010-06-161-0/+4
| | | | instantiated directly
* Removed the in_transaction handler for 5.3 to avoid BC break due to ↵Ilia Alshanetsky2010-06-152-6/+1
| | | | structure change
* 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
| | | | calling nextRowset
* 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
| | | | | constructor)
* 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 ↵Felipe Pena2009-12-111-4/+6
| | | | | | | causes seg fault). (Original patch by davbrown4 at yahoo dot com)
* - 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 ↵Pierrick Charron2009-12-061-4/+36
| | | | middle of a string).
* 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 ↵Pierrick Charron2009-12-031-0/+1
| | | | statement).