summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
...
* MFB: Fixed bug #39759 (Can't use stored procedures fetching multiple resultIlia Alshanetsky2006-12-081-6/+4
* MFB: Fixed bug #36798 (Error parsing named parameters with queriesIlia Alshanetsky2006-12-053-90/+71
* MFB: fix testHannes Magnusson2006-12-051-1/+1
* MFB: Fixed test (user is a reserved keyword in pgsql)Ilia Alshanetsky2006-12-041-2/+2
* MFB: Fixed bug #38319 (Remove bogus warnings from persistent PDO connections).Ilia Alshanetsky2006-12-041-5/+4
* MFB: Fixed bug #38252 (Incorrect PDO error message on invalid default fetchIlia Alshanetsky2006-12-041-0/+9
* MFB: Fixed bug #39483 (Problem with handling of \ char in preparedIlia Alshanetsky2006-12-042-7/+7
* MFB: Added missing check for mismatching number of tokens & bound params inIlia Alshanetsky2006-12-032-5/+15
* MFB: Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,Ilia Alshanetsky2006-12-023-0/+12
* add testAntony Dovgal2006-11-281-0/+51
* MFB: Fixed bug #39656 (crash when calling fetch() on a PDO statment objectIlia Alshanetsky2006-11-281-2/+7
* MFB: Fixed a possible crashIlia Alshanetsky2006-11-232-7/+13
* MFB: updated generated fileIlia Alshanetsky2006-11-121-44/+9
* MFB: Fixed a memory leak when named & positional params are being used inIlia Alshanetsky2006-11-122-217/+249
* MFB: Fixed bug #39398 (Booleans are not automatically translated toIlia Alshanetsky2006-11-072-0/+39
* MFB: Remove bogus INI entryHannes Magnusson2006-10-141-12/+0
* Error message clean upHannes Magnusson2006-10-081-1/+1
* more 64bit fixesAntony Dovgal2006-09-281-1/+1
* more 64bit fixesAntony Dovgal2006-09-281-1/+1
* MFB:Ilia Alshanetsky2006-09-191-2/+2
* it's not a PEAR only issue, this happens with shared builds alsoAntony Dovgal2006-08-241-2/+0
* fix possible crash in free_statement()Antony Dovgal2006-08-231-1/+3
* typoAntony Dovgal2006-08-211-1/+1
* MFB: Fixed bug #38535 (memory corruption in pdo_pgsql driver on errorIlia Alshanetsky2006-08-211-3/+0
* MFB: Added skip condition for sqlite2 driver, that uses more forgivingIlia Alshanetsky2006-08-161-0/+1
* MFB: Fixed bug #38394 (PDO fails to recover from failed prepared statementIlia Alshanetsky2006-08-092-0/+56
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-1/+1
* MFB: Fixed memory leak with persistent connectionsIlia Alshanetsky2006-08-071-1/+7
* Fixed build (added missing functions)Ilia Alshanetsky2006-08-012-0/+13
* MFB: Fixed memory leak on unused bound name parameters.Ilia Alshanetsky2006-08-011-2/+10
* MFB: Fixed bug #37445 (Fixed crash in pdo_mysql resulting from prematureIlia Alshanetsky2006-07-312-0/+3
* MFB: bug #38253 (PDO produces segfault with default fetch mode)Antony Dovgal2006-07-302-0/+55
* Destructors call order is changed (Fixed bug #36759 - Objects destructors are...Dmitry Stogov2006-07-123-6/+6
* "transaction" tests should test commit, too, not only rollbackHartmut Holzgraefe2006-07-101-1/+10
* two additional tests improving pdo/pdo_mysql test code coverageHartmut Holzgraefe2006-07-101-0/+39
* SHOW ENGINES is only available in PHP 4.1.2 and above (and the outputHartmut Holzgraefe2006-07-101-3/+3
* init variablesAntony Dovgal2006-06-201-3/+3
* Added automatic module globals managementDmitry Stogov2006-06-131-4/+8
* Remove useless RINIT/RSHUTDOWN callsRasmus Lerdorf2006-06-072-20/+5
* MFB: Fixed bug #37709 (Possible crash in PDO::errorCode()).Ilia Alshanetsky2006-06-071-2/+0
* need to call zend_is_callable() if callable is known to be invalidAntony Dovgal2006-05-301-2/+2
* fix skip reasonAntony Dovgal2006-05-172-2/+2
* - CSMarcus Boerger2006-05-101-1/+1
* fix buildAntony Dovgal2006-05-041-1/+0
* Expose PARAM_EVT_* constantsSara Golemon2006-05-031-0/+8
* More ZSTR() fixesFrank M. Kromann2006-04-291-1/+1
* don't segfault if an exception has been thrown from the fetch handlerAntony Dovgal2006-04-221-1/+1
* fix possible NULL dereferenceAntony Dovgal2006-03-271-0/+1
* Unicode supportDmitry Stogov2006-03-271-1/+1
* return FALSE if driver doesn't support quoting and returns 0Antony Dovgal2006-03-231-0/+1