]> granicus.if.org Git - php/commitdiff
- Update NEWS
authorAndi Gutmans <andi@php.net>
Thu, 25 Mar 2004 18:04:08 +0000 (18:04 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 25 Mar 2004 18:04:08 +0000 (18:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 36711fdfc2685ac54945d3539cdc7a4601d1ef22..df4d13de21dd199a1c736818410868ef65cf5471 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ????? 2004, PHP 5 Release Candidate 2
+- Reimplement zend.ze1_compatibility_mode to have better PHP 4 complicance.
+  (Dmitry, Andi)
+- Changed __construct() to always take precedence over old style constructor.
+  (Dmitry)
 - Fixed bug #27687 (Bug Adding Default Charset to "text/*" Content-Type 
   Header). (Marcus)
 - Fixed bug #27646 (Cannot serialize/unserialize non-finite numeric values).