From: foobar Date: Fri, 6 May 2005 00:29:30 +0000 (+0000) Subject: reorder X-Git-Tag: php-5.0.1b1~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4de57e07ca3273a4951fa9957a95fff473c5773;p=php reorder --- diff --git a/NEWS b/NEWS index 1aff2dea39..d74ecf3c7f 100644 --- a/NEWS +++ b/NEWS @@ -109,6 +109,8 @@ PHP NEWS - Fixed bug with $HTTP_RAW_POST_DATA not getting set. (Brian) - Fixed bug in mysql::client_version(). (Georg) - Fixed ZTS destruction. (Marcus) +- Fixed bug #32924 (file included with "auto_prepend_file" can be included + with require_once() or include_once()). (Stas) - Fixed bug #32833 (Invalid opcode). (Dmitry) - Fixed bug #32491 (File upload error - unable to create a temporary file). (Uwe Schindler) @@ -137,7 +139,6 @@ PHP NEWS - Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry) - Fixed bug #28568 (SAPI::known_post_content_types is not thread safe). (Moriyoshi) -- Fixed bug #32924 prepend does not add file to included files (Stas) 13 Jul 2004, PHP 5.0.0 - Rewritten UNIX and Windows install help files. (Documentation Team)