From 9964da4ca2ff1d24a74e1c4eaab77de184db5fef Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 10 Oct 2002 11:32:27 +0000 Subject: [PATCH] Fixed entry --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 60c8c362303..c196c452fe8 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ PHP 4 NEWS (Patch by Lenar Lohmus) - Added --with-config-file-scan-dir compile-time switch which specifies a directory which will be scanned for *.ini files. (Rasmus) -- Added ob_flush_all(), ob_get_clean() and ob_get_flush(). (Yasuo) +- Added ob_get_clean() and ob_get_flush(). (Yasuo) - Added ftp_ssl_connect() to ext/ftp for FTP over SSL support. (Stefan Esser) - Made a few additions and changes to Apache 2 sapi. (Ilia) . Added apache_response_headers(), apache_note(), apache_getenv() and