summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_dbh.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49174 (crash on queryString set)Felipe Pena2009-12-131-2/+2
* Don't ignore the 2nd parameter to PDO's quote() method that identifies the da...Ilia Alshanetsky2009-11-201-2/+1
* - Fixed PDORow and PDOStatement crashes when instantiating throught ReflectionFelipe Pena2009-10-121-1/+1
* MFH: Fix protoKalle Sommer Nielsen2009-05-021-1/+1
* MFH:Matteo Beccati2009-04-021-1/+7
* MFH: - Fixed bug #47769 (Strange extends PDO)Felipe Pena2009-03-261-11/+1
* MFH: Fix #46542 Extending PDO class with a __call() function doesn't workJohannes Schlüter2009-02-171-1/+1
* - Added missing void param check and arginfoFelipe Pena2009-02-131-8/+26
* MFH:Felipe Pena2009-02-131-15/+20
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed error message typoMatt Wilmas2008-12-031-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* - MFH: declaration goes first...Pierre Joye2008-11-131-2/+2
* - After readying Johannes's mail, the conclusion that a "smarter" systemDavid Coallier2008-11-101-3/+26
* - MFHDavid Coallier2008-11-041-0/+7
* - MFH: Fixed bug pecl#9641 (Unable to add driver specific methods to PDOState...Felipe Pena2008-10-091-2/+1
* MFH Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)Johannes Schlüter2008-09-161-3/+6
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
* Added a warning message on pdo::exec() failure in the event of an empty queryIlia Alshanetsky2008-04-221-0/+1
* remove ze1_compat leftoversAntony Dovgal2008-03-181-13/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-6/+6
* Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())Ilia Alshanetsky2008-03-031-1/+5
* Fixed bug #44189 (PDO setAttribute() does not properly validate values forIlia Alshanetsky2008-02-211-0/+14
* MFB: Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, N...Felipe Pena2008-02-191-2/+2
* MFH: Bump copyright year, 2 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-301-2/+9
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-4/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-4/+4
* 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-301-7/+37
* Fixed a possible crash inside the constructorIlia Alshanetsky2007-07-161-16/+16
* When working with persistent connections re-initialize options on eachIlia Alshanetsky2007-06-281-14/+14
* Added support for ATTR_TIMEOUT inside pdo_pgsql driver.Ilia Alshanetsky2007-06-281-1/+1
* Fixed a crash inside PDO when there is more then one instance of aIlia Alshanetsky2007-06-271-6/+6
* [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result setIlia Alshanetsky2007-05-161-0/+1
* Fixed bug #41215 (setAttribute return code reversed).Ilia Alshanetsky2007-04-291-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38252 (Incorrect PDO error message on invalid default fetch mode).Ilia Alshanetsky2006-12-041-0/+9
* Fixed bug #38535 (memory corruption in pdo_pgsql driver on error retrievalIlia Alshanetsky2006-08-211-3/+0
* Fixed memory leak with persistent connectionsIlia Alshanetsky2006-08-071-1/+7
* Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature objectIlia Alshanetsky2006-07-311-0/+2
* initialize varAntony Dovgal2006-07-271-1/+1
* Fixed bug #37709 (Possible crash in PDO::errorCode()).Ilia Alshanetsky2006-06-071-2/+0
* yet another dummy clone_obj handler to fix problems created by ze1 compat modeAntony Dovgal2006-06-061-1/+13
* - MFHMarcus Boerger2006-05-111-66/+91
* mfh(r-1.129) Expose PARAM_EVT_* constantsSara Golemon2006-05-031-0/+8
* Add "ATTR_EMULATE_PREPARES" general attribute to replace the customWez Furlong2006-04-091-0/+1
* return FALSE if driver doesn't support quoting (this is what docu says)Antony Dovgal2006-03-231-0/+1
* - MFH Proto fixesMarcus Boerger2006-03-061-1/+1