diff options
author | foobar <sniper@php.net> | 2004-02-25 20:23:15 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-02-25 20:23:15 +0000 |
commit | 43a1469151bf23386f0647c60c55a149a385520c (patch) | |
tree | cd59ad20ebb2863848044142c7a592d9583b486c | |
parent | 81f05c18f5f3baf44fd8eb60e4b309bfe65562dd (diff) | |
download | php-git-43a1469151bf23386f0647c60c55a149a385520c.tar.gz |
typofix
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |