summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-05-06 18:01:45 +0000
committerAndrei Zmievski <andrei@php.net>2000-05-06 18:01:45 +0000
commitf78f34028883e7730bd0c43f144940c6d38755c8 (patch)
tree3c2d7ca791bc0a06022052ae45d4e24aeedd47f1
parent8154734529e4c0f7fb4ea92796e5c88fe01ed0ff (diff)
downloadphp-git-f78f34028883e7730bd0c43f144940c6d38755c8.tar.gz
Some breaking news for RC2.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bd074770fd..38f50ff4d3 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ PHP 4.0 NEWS
?? ??? 2000, Version 4.0.0 Release
8 May 2000, Version 4.0 Release Candidate 2
+- Enabled assert() by default in php.ini-dist. (Andrei)
+- Put in safeguards in case dynamic code evaluation in assert() and
+ preg_replace() with /e modifier fails. (Andrei)
- Fixed infinite recursion when serializing $GLOBALS[] in WDDX. (Andrei)
- Made WDDX serialization properly escape <, >, and &. Also speeded up
the serialization in general. (Andrei)