From: Andi Gutmans Date: Mon, 30 Apr 2001 07:11:51 +0000 (+0000) Subject: - Interactive mode is back in 4.0.6 X-Git-Tag: php-4.0.6RC1~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14947e700110ae9b0698efb9d283e3d37c22f015;p=php - Interactive mode is back in 4.0.6 --- diff --git a/NEWS b/NEWS index 27c962b526..403108c99d 100644 --- 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