summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #36222 (errorInfo in PDOException is always NULL).Ilia Alshanetsky2006-01-311-26/+15
* Properly rewrite queries where a bound parameter appears more then once.Ilia Alshanetsky2006-01-252-9/+29
* - MFHMarcus Boerger2006-01-221-5/+6
* - MFH Update testMarcus Boerger2006-01-221-5/+61
* Fixed bug #35797 (segfault on PDOStatement::execute() withIlia Alshanetsky2006-01-011-1/+30
* bump year and license versionfoobar2006-01-018-25/+25
* bump the year and license versionfoobar2006-01-011-3/+3
* Fixed memory corruption that affected pdo_sqlite2.Ilia Alshanetsky2005-12-241-0/+5
* touch with re2c 0.9.11foobar2005-12-181-2/+2
* Fixed memory corruption when FETCH_LAZY mode is being used.Ilia Alshanetsky2005-12-171-3/+1
* Fixed bug #35694 (Improved error message for invalid fetch mode).Ilia Alshanetsky2005-12-151-7/+2
* - MFHMarcus Boerger2005-12-111-0/+4
* Fixed memory leakIlia Alshanetsky2005-12-071-0/+1
* MFH: nuke php3 legacyfoobar2005-12-065-9/+9
* MFH: fix typofoobar2005-12-051-2/+2
* MFHfoobar2005-12-051-2/+2
* switch to package2.xmlWez Furlong2005-12-043-120/+132
* MFH: fix #35543 (php crash when calling non existing method of a class that e...Antony Dovgal2005-12-041-1/+1
* tweak fix a bitAntony Dovgal2005-12-011-2/+2
* - Fix paths for --enable-gcov usagefoobar2005-12-011-10/+10
* MFH: fix #35508 (PDO fails when unknown fetch mode specified)Antony Dovgal2005-12-011-0/+8
* prep for releaseWez Furlong2005-11-282-2/+2
* API for connection dependent objects to add/del refs to dbh's.Wez Furlong2005-11-282-1/+14
* update changelog here tooWez Furlong2005-11-271-1/+4
* Fix #35431; LAZY fetch and fetchAll == crash.Wez Furlong2005-11-271-0/+7
* MFH: fix #35430 (PDO crashes on incorrect FETCH_FUNC use)Antony Dovgal2005-11-271-1/+3
* update the todo listWez Furlong2005-11-261-0/+4
* going to release 1.0.1Wez Furlong2005-11-262-2/+2
* Doh, need to canonicalize parameter names (by prefixing with :) beforeWez Furlong2005-11-261-4/+8
* set to 1.0 stable.Wez Furlong2005-11-262-2/+2
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
* Update the TODO list.Wez Furlong2005-11-251-13/+85
* actually, bytea is not required for LOBs in postgres; good!Wez Furlong2005-11-251-2/+0
* PDO support for LOBs in the postgres driver currently assumes bytea columns.Wez Furlong2005-11-251-1/+4
* Bug: when stringify fetch mode is on, and the driver returns a string insteadWez Furlong2005-11-251-0/+5
* Fix for #35332.Wez Furlong2005-11-251-18/+16
* well, what do you know, it does do something.Wez Furlong2005-11-251-0/+1
* prep for releaseWez Furlong2005-11-241-8/+9
* CLASSTYPE is an internal flag.Wez Furlong2005-11-241-1/+0
* Fix PECL Bug #6014; config fails on PHP 5.0.3Wez Furlong2005-11-241-1/+4
* Fixed bug #35358 (Incorrect error messages for PDO class constants).Ilia Alshanetsky2005-11-242-10/+10
* Fixed bug #35303 (PDO prepare() crashes with invalid parameters).Ilia Alshanetsky2005-11-201-1/+1
* MFH: fix #35293 (PDO segfaults when using persistent connections)Antony Dovgal2005-11-191-0/+2
* Closes PECL #5944; binding an invalid parameter can lead to segfaults.Wez Furlong2005-11-161-1/+11
* Fixed bug #35135 (PDOStatment without related PDO object may crash).Ilia Alshanetsky2005-11-071-20/+26
* Prep for PECL releaseWez Furlong2005-11-011-25/+24
* - Fix remaining memleaksMarcus Boerger2005-10-311-1/+4
* fix misinterpretation of data when overriding types via bindColumn.Wez Furlong2005-10-311-4/+24
* improve test portability.Wez Furlong2005-10-315-19/+58
* - Fix memleakMarcus Boerger2005-10-301-0/+1