]> granicus.if.org Git - php/commitdiff
BFN
authorAntony Dovgal <tony2001@php.net>
Sun, 4 Dec 2005 11:47:18 +0000 (11:47 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 4 Dec 2005 11:47:18 +0000 (11:47 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7e3646dd3f720fdfdbad9c6d34d6d8dd746aa3f3..2c47b79397b62c1e6a7911112059e386f6377568 100644 (file)
--- 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)