]> granicus.if.org Git - php/commitdiff
Update NEWS
authorZeev Suraski <zeev@php.net>
Sun, 6 May 2001 15:01:17 +0000 (15:01 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 6 May 2001 15:01:17 +0000 (15:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 64b099485d3f280fa60e4ea572eb44d270b99c03..9ca7fbe833e002563f781ad6d5a306c1cbfef61a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 200?, Version 4.0.7
-- Add pg_last_notice() function (Rasmus from suggestion by Dirk@rackspace.com)
 
 ?? ??? 200?, Version 4.0.6
+- Improved interactive mode - supports function calls, and works in
+  multithreaded builds (Zeev, Zend Engine)
+- Fixed a crash bug in interactive mode (Zeev, Zend Engine)
+- Add pg_last_notice() function (Rasmus from suggestion by Dirk@rackspace.com)
 - Fixed a bug in preg_split() that would incorrectly limit the number of
   results when used along with PREG_SPLIT_NO_EMPTY flag. (Andrei)
 - Added connection error support to mysql_error() and mysql_errno() (Jason)