summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-10-19 01:09:26 +0000
committer <changelog@php.net>1999-10-19 01:09:26 +0000
commita3f5afb1c042dcbc4b5ef3cfd89777a11aa2303a (patch)
treebfceee8ce29f5b29550436b32e91b8ada5215196
parent4fe14a780c5a7cc74adff1f6e5e807f51038520a (diff)
downloadphp-git-a3f5afb1c042dcbc4b5ef3cfd89777a11aa2303a.tar.gz
NEWS update
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 04f8d8441e..c6422b6764 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP 4.0 NEWS
?? ?? 1999, Version 4.0 Beta 3
+- unserialize() now gives a notice when passed invalid data. (Thies)
- Fixed shuffle() so that it no longer breaks on Solaris. (Andrei)
- Added is_resource(), is_bool() functions. (Thies)
- Cleaned up File-Module (Thies)