From: Ilia Alshanetsky Date: Mon, 26 Jan 2004 00:15:10 +0000 (+0000) Subject: A better bug description, for people without the official Ilia decoder X-Git-Tag: php-4.3.5RC2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=074b68fe732d2edd9e4acaaf51093d4cbd6e578b;p=php A better bug description, for people without the official Ilia decoder ring. --- diff --git a/NEWS b/NEWS index 2f31077ab1..f72b0d5c74 100644 --- a/NEWS +++ b/NEWS @@ -23,8 +23,8 @@ PHP 4 NEWS - Fixed bug #26878 (problem with multiple references to the same variable with different types). (Ilia) - Fixed bug #26896 (ext/ftp does not work as shared extension). (Jani) -- Fixed bug #26814 (On parse error include included file, terminate - execution script). (Ilia) +- Fixed bug #26814 (When included file has a parse error, terminate script + execution). (Ilia) - Fixed bug #26772, #26967 (file operations return NULL instead of FALSE). (Wez, Ilia) - Fixed bug #26381 (rand() without srand() doesn't work with certain php.ini).