summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-03-18 14:51:58 +0000
committerZeev Suraski <zeev@php.net>2000-03-18 14:51:58 +0000
commitc059cd6181eac285e95d98eb13b1834eb8f02d3a (patch)
treefa70d047c22af0ffd3c270fc8d0799b838c0dd35
parentcaf9049ae15944df83dc5245891723284393330e (diff)
downloadphp-git-c059cd6181eac285e95d98eb13b1834eb8f02d3a.tar.gz
*** empty log message ***
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6bc95312dc..9374f6697f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-???, Version 4.0 Beta 5
+???, Version 4.0 Release Candidate 1
+- Fixed a bug in the third argument to define()
- Added is_numeric() that returns true if the argument is a number
or a numeric string. (Andrei)
- serialize()/unserialize() now call _sleep_() and _wakeup_() when