summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 146135a8df..c22f295bbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
+- fixed a crash that would occur if wddx_deserialize did not receive
+ a valid packet (Andrey)
- Fixed a bugglet when redefining a class at run-time (Andi, Zend library)
- Fix sem_get() on AIX (Sascha)
- Make fopen() work with URL's in Win32 (Andi & Zeev)
@@ -11,7 +13,6 @@ PHP 4.0 CHANGE LOG ChangeLog
- Added output_buffering directive to php.ini, to enable output buffering
for all PHP scripts (default is off).
- Fix some more class inheritance issues (Zeev, Zend library)
-- Fixed array_walk to always reset array pointer before working (Andrey)
- Fixed Apache build wrt to shared modules on FreeBSD/Linux (Sascha)
- Added session.extern_referer_chk which checks whether session ids were
referred to by an external site and eliminates them (Sascha)