summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-03-15 02:12:02 +0000
committerThies C. Arntzen <thies@php.net>2000-03-15 02:12:02 +0000
commit77b158159f7ddefeed70b5999e203c5b29d9b5a5 (patch)
tree5be05c4927d88cf3753b50f0a124228dc78038bc
parent2cb6e338a188c3df5a69721685dc784f872174dc (diff)
downloadphp-git-77b158159f7ddefeed70b5999e203c5b29d9b5a5.tar.gz
.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 50c3ed5473..ad66bcae91 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
???, Version 4.0 Beta 5
-- fixed possible crash in unserialize if the serailized data was
- damaged. (Thies)
+- fixed possible crash in unserialize() if serialized data was
+ corrupted. (Thies)
- Changed $HTTP_STATE_VARS to $HTTP_SESSION_VARS. Use only the latter
version now! (Andrei)
- Add GD-JPEG Support (Rasmus)