From 0c66e1ccf66e43a89051ad32d18c7a50376e5a2c Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 3 Oct 2002 22:26:43 +0000 Subject: [PATCH] sigh..is this so hard? --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 37ac149f8d..cbae112756 100644 --- a/NEWS +++ b/NEWS @@ -11,8 +11,8 @@ PHP 4 NEWS . Added more detailed error reporting to apache_lookup_uri() and virtual(). . Renamed getallheaders() to apache_request_headers() and made an alias for BC. . Added php_apache_sapi_getenv() and php_apache_sapi_get_stat(). -- strstr(), strchr() and strrchr() are now binary safe. (Andrey) -- array_diff_assoc() and array_intersect_assoc() added. (Andrey) +- Fixed strstr(), strchr() and strrchr() to be binary safe. (Andrey) +- Added array_diff_assoc() and array_intersect_assoc(). (Andrey) - Fixed bug #17825 (ob_start() chunk size option didn't work well). (Yasuo) - Fixed output buffer infinate loop when buffer_size became 0. (Marcus, Wez) - Fixed output buffering implicit flush. (Yasuo) -- 2.50.1