summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed generated fileIlia Alshanetsky2006-11-121-44/+9
* Fixed a memory leak when named & positional params are being used in theIlia Alshanetsky2006-11-122-217/+249
* Fixed bug #39398 (Booleans are not automatically translated to integers).Ilia Alshanetsky2006-11-072-0/+39
* Remove bogus ini entryHannes Magnusson2006-10-141-12/+0
* MFHAntony Dovgal2006-09-281-1/+1
* MFHAntony Dovgal2006-09-281-1/+1
* Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).Ilia Alshanetsky2006-09-191-2/+2
* it's not a PEAR only issueAntony Dovgal2006-08-241-2/+0
* MFH: fix possible crash in free_statement()Antony Dovgal2006-08-231-1/+3
* typoAntony Dovgal2006-08-211-1/+1
* Fixed bug #38535 (memory corruption in pdo_pgsql driver on error retrievalIlia Alshanetsky2006-08-211-3/+0
* Added skip condition for sqlite2 driver, that uses more forgiving emulatedIlia Alshanetsky2006-08-161-0/+1
* Fixed bug #38394 (PDO fails to recover from failed prepared statementIlia Alshanetsky2006-08-092-0/+56
* Fixed memory leak with persistent connectionsIlia Alshanetsky2006-08-071-1/+7
* Fixed memory leak on unused bound name parameters.Ilia Alshanetsky2006-08-011-2/+10
* Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature objectIlia Alshanetsky2006-07-312-0/+3
* fix bug #38253 (PDO produces segfault with default fetch mode)Antony Dovgal2006-07-302-0/+55
* initialize varAntony Dovgal2006-07-271-1/+1
* Destructors call order is changed (Fixed bug #36759 - Objects destructors are...Dmitry Stogov2006-07-123-3/+3
* there is no Unicode in 5_2Antony Dovgal2006-07-112-46/+0
* (MFH) "transaction" tests should test commit, too, not only rollbackHartmut Holzgraefe2006-07-101-0/+9
* MFHHartmut Holzgraefe2006-07-101-0/+39
* MFHHartmut Holzgraefe2006-07-101-3/+3
* init vatiablesAntony Dovgal2006-06-201-3/+3
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+8
* Put the TODO backRasmus Lerdorf2006-06-071-0/+3
* Get rid of useless function callsRasmus Lerdorf2006-06-072-20/+2
* 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
* fix leak appearing on phpinfo() when there are no PDO modules availableAntony Dovgal2006-06-051-0/+2
* no need to call zend_is_callable() if callable is known to be invalidAntony Dovgal2006-05-301-3/+6