]> granicus.if.org Git - php/commitdiff
- Interactive mode is back in 4.0.6
authorAndi Gutmans <andi@php.net>
Mon, 30 Apr 2001 07:11:51 +0000 (07:11 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 30 Apr 2001 07:11:51 +0000 (07:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 27c962b526f812a1ddd675470fa4e891fa42152d..403108c99d9daf8c88366f4f2fdf304a07c8806c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.6
+- Fixed interactive mode (-a). It works again with the same limitations it
+  has always had (Andi, Zend Engine)
 - Improved memory manager to use less memory and provide better memory overflow
   detection abilities in debug mode (Andi, Zend Engine)
 - Fixed resource leaks when resources were being cast to numbers (Zeev, Zend