summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)Ilia Alshanetsky2007-10-112-3/+46
* MFH: stmt->fetch.func.values is not a zval and should not be freed with FREE_...Yiduo (David) Wang2007-10-081-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-072-11/+11
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-275-12/+12
* fix crash if stream is empty and reader function sets buffer as nullStanislav Malyshev2007-09-121-1/+5
* 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-304-46/+100
* Fixed bug #41971 (PDOStatement::fetch and PDOStatement::setFetchMode causesIlia Alshanetsky2007-07-311-1/+1
* Already exists in PECLIlia Alshanetsky2007-07-251-5/+0
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-10/+10
* fix testAntony Dovgal2007-07-231-1/+1
* MFH: syncJani Taskinen2007-07-232-4/+4
* Added test for KEY_PAIR code and fixed KEY_PAIR detection codeIlia Alshanetsky2007-07-222-30/+28
* Fixed PDO_FETCH_KEY_PAIR implementation for fetchAll()Ilia Alshanetsky2007-07-221-13/+14
* 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
* Fixed bug #41698 (float parameters truncated to integer in preparedIlia Alshanetsky2007-06-261-1/+7
* Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some non-well-formedIlia Alshanetsky2007-06-052-23/+33
* Fixed test for PostgreSQLIlia Alshanetsky2007-06-031-0/+1
* Fixed test to work with postgresqlIlia Alshanetsky2007-05-191-1/+1
* Fix paths for ext/sqliteHannes Magnusson2007-05-171-2/+2
* Make test work in sqliteIlia Alshanetsky2007-05-161-1/+1
* typofixAntony Dovgal2007-05-161-1/+1
* [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result setIlia Alshanetsky2007-05-164-0/+94
* fix test namesAntony Dovgal2007-05-0710-10/+10
* Fixed bug #41215 (setAttribute return code reversed).Ilia Alshanetsky2007-04-291-1/+1
* fix leaks in row_get_properties()Antony Dovgal2007-04-171-12/+2
* MFH: fix #40727 (segfault in PDO when failed to bind parameters)Antony Dovgal2007-03-071-3/+12
* Fixed bug #40417 (Allow multiple instances of the same named PDO token inIlia Alshanetsky2007-03-062-5/+29
* Better generated parserIlia Alshanetsky2007-02-021-222/+116
* Fixed test mixupIlia Alshanetsky2007-02-022-5/+55
* Fixed bug #40285 (The PDO prepare parser goes into an infinite loop inIlia Alshanetsky2007-02-013-204/+241
* nullify param.parameter and avoid destroying it twiceAntony Dovgal2007-01-271-1/+5
* MFH: fix infinite cycleNuno Lopes2007-01-032-12/+8
* MFH: Bump year.Sebastian Bergmann2007-01-018-8/+8
* Fixed testIlia Alshanetsky2006-12-091-3/+2
* Fixed bug #39759 (Can't use stored procedures fetching multiple resultIlia Alshanetsky2006-12-081-6/+4
* Fixed bug #36798 (Error parsing named parameters with queries containingIlia Alshanetsky2006-12-053-90/+71
* Fix testHannes Magnusson2006-12-051-1/+1
* Fixed test (user is a reserved keyword in pgsql)Ilia Alshanetsky2006-12-041-2/+2
* Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).Ilia Alshanetsky2006-12-041-5/+4
* Fixed bug #38252 (Incorrect PDO error message on invalid default fetch mode).Ilia Alshanetsky2006-12-041-0/+9
* Fixed bug #39483 (Problem with handling of \ char in prepared statements).Ilia Alshanetsky2006-12-042-7/+7
* Added missing check for mismatching number of tokens & bound params inIlia Alshanetsky2006-12-032-5/+15
* Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,Ilia Alshanetsky2006-12-023-0/+12
* add testAntony Dovgal2006-11-281-0/+51
* Fixed bug #39656 (crash when calling fetch() on a PDO statment objectIlia Alshanetsky2006-11-281-2/+7
* Fixed a possible crashIlia Alshanetsky2006-11-232-7/+13