zeev            Wed Feb 25 07:45:09 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  update
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1612&r2=1.1613&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1612 php-src/NEWS:1.1613
--- php-src/NEWS:1.1612 Mon Feb 16 11:00:15 2004
+++ php-src/NEWS        Wed Feb 25 07:45:07 2004
@@ -1,6 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5 Release Candidate 1
+- Compatibility mode directive has been renamed to zend.ze2_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 disabled in compatibility mode. (Andi, Zeev)
 - Fixed problem preventing startup errors from being displayed. (Marcus)
 - Fixed start-up problem if both SPL and SimpleXML were enabled. The double
   initialization of apache 1.3 was causing problems here. (Marcus, Derick)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to