]> granicus.if.org Git - php/commitdiff
bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Sun, 25 Jan 2004 23:55:43 +0000 (23:55 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 25 Jan 2004 23:55:43 +0000 (23:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 42c5ad607418da36f8168c5beada1cce71139d16..2f31077ab110f915a5d77d6d6b49a842f135dbcb 100644 (file)
--- 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).