]> granicus.if.org Git - php/commitdiff
typofix
authorfoobar <sniper@php.net>
Wed, 25 Feb 2004 20:23:15 +0000 (20:23 +0000)
committerfoobar <sniper@php.net>
Wed, 25 Feb 2004 20:23:15 +0000 (20:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a98737ca49ee1ed66a7c66b2a542641cbe49c5d0..a8503460bb69bef60e79366d36b9ca6991d6b9ae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5 Release Candidate 1
 - Renamed php.ini option "zend2.implicit_clone" to 
-  "zend.ze2_compatibility_mode" as it doesn't only affect implicit cloning.
+  "zend.ze1_compatibility_mode" as it doesn't only affect implicit cloning.
   (Andi, Zeev)
 - Methods that override parent methods are now subject to prototype checking,
   and have to be compatible with the method they're overriding - this check is