From: Antony Dovgal Date: Sun, 4 Dec 2005 11:47:18 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.1.2RC1~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b09703e9216c14939e0b10a5b5bcbfe31dc0f423;p=php BFN --- diff --git a/NEWS b/NEWS index 7e3646dd3f..2c47b79397 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,9 @@ PHP NEWS - Fixed many bugs in OCI8. (Tony) - Fixed crash and leak in mysqli when using 4.1.x client libraries and connecting to 5.x server. (Andrey) +- Fixed bug #35543 (php crash when calling non existing method of a class + that extends PDO). (Tony) +- Fixed bug #35539 (typo in error message for ErrorException). (Tony) - Fixed bug #35508 (PDO fails when unknown fetch mode specified). (Tony) - Fixed bug #35499 (strtotime() does not handle whitespace around the date string). (Ilia)