]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorZeev Suraski <zeev@php.net>
Sat, 18 Mar 2000 14:51:58 +0000 (14:51 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 18 Mar 2000 14:51:58 +0000 (14:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6bc95312dc475c05d73ddb4fe58312d5490a4867..9374f6697f99422d74fc434fec35351ec0b549f0 100644 (file)
--- 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