summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-10 11:32:27 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-10 11:32:27 +0000
commit9964da4ca2ff1d24a74e1c4eaab77de184db5fef (patch)
tree33bfbda21eff9fd57bb3b4778641c55560e2bca9
parentf45d2f92251fb675ebab99b4c80e38828acba3ae (diff)
downloadphp-git-9964da4ca2ff1d24a74e1c4eaab77de184db5fef.tar.gz
Fixed entry
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60c8c36230..c196c452fe 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