From: Ilia Alshanetsky Date: Sun, 25 Jan 2004 23:55:43 +0000 (+0000) Subject: bug fixing news. X-Git-Tag: php-4.3.5RC2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb0973e294c6ed8107c30a09730f64b64fcf5714;p=php bug fixing news. --- diff --git a/NEWS b/NEWS index 42c5ad6074..2f31077ab1 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +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 #26772, #26967 (file operations return NULL instead of FALSE). (Wez, Ilia) - Fixed bug #26381 (rand() without srand() doesn't work with certain php.ini).