]> granicus.if.org Git - php/commitdiff
More accurate NEWS entry
authorZeev Suraski <zeev@php.net>
Wed, 26 Sep 2001 21:46:04 +0000 (21:46 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 26 Sep 2001 21:46:04 +0000 (21:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index fca0893778aa2f4d586febb78f7cd88b372adc7e..1d0d924acf4337f3a1309d60c6d4890d94ece90b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,7 +24,8 @@ PHP 4.0                                                                    NEWS
 - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha)
 
 ?? ??? 200?, Version 4.0.7
-- Fixed pg_last_notice() (Zeev)
+- Fixed pg_last_notice() (could cause random crashes in PostgreSQL applications,
+  even if they didn't use pg_last_notice()) (Zeev)
 - Fixed DOM-XML's error reporting, so E_WARNING errors are given instead of 
   E_ERROR error's, this allows you to trap errors thrown by DOMXML functions.
   (Sterling)