mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
update
This commit is contained in:
parent
3f514ccb79
commit
5b51a57317
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -1,6 +1,11 @@
|
||||||
PHP NEWS
|
PHP NEWS
|
||||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||
?? ??? 2004, PHP 5 Release Candidate 1
|
?? ??? 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 problem preventing startup errors from being displayed. (Marcus)
|
||||||
- Fixed start-up problem if both SPL and SimpleXML were enabled. The double
|
- Fixed start-up problem if both SPL and SimpleXML were enabled. The double
|
||||||
initialization of apache 1.3 was causing problems here. (Marcus, Derick)
|
initialization of apache 1.3 was causing problems here. (Marcus, Derick)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue