]> granicus.if.org Git - php/commitdiff
- Added reworded destructor change
authorDerick Rethans <derick@php.net>
Thu, 8 Apr 2004 16:19:58 +0000 (16:19 +0000)
committerDerick Rethans <derick@php.net>
Thu, 8 Apr 2004 16:19:58 +0000 (16:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8837830c2d841624568c4209b03b5263792e621d..9c3f15511b02844b1297fe620c47c7cab737fe3c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ????? 2004, PHP 5 Release Candidate 2
 - Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance.
   (Dmitry, Andi)
+- Changed language parser to throw errors when a non-empty signature is used in
+  a destructor definition. (Marcus)
 - Changed HTTP file uploads not to throw E_WARNINGs and E_NOTICEs. The error 
   value in the $_FILES global should be used for error handling. (Derick)
 - Changed SQLite extension to use studlyCaps convention in its OO API. (Marcus)