summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-10-05 20:07:44 +0000
committerAndrei Zmievski <andrei@php.net>2002-10-05 20:07:44 +0000
commit3d99d4fd37e7cb7531a9229e042bb043216b66e7 (patch)
tree1c0daafca0a2b85c8f5939822717156a48ec7c33
parent9bb526c28386c37141f1818ab12162d5e442f42f (diff)
downloadphp-git-3d99d4fd37e7cb7531a9229e042bb043216b66e7.tar.gz
*** empty log message ***
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bfe92aef0e..4005ef1a02 100644
--- a/NEWS
+++ b/NEWS
@@ -4,12 +4,12 @@ PHP 4 NEWS
- Make the glue argument to implode() optional, if it is not specified
default to using "". (Sterling)
- Fixed fields argument to contain correct info for xslt_set_error_handler.
- . Patch by Lenar Lohmus.
+ (Patch by Lenar Lohmus)
- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
installed as {PREFIX}/bin/php-cgi.
- Added --with-config-file-scan-dir compile-time switch which specifies a
- directory which will be scanned for *.ini files.
+ directory which will be scanned for *.ini files. (Rasmus)
- Added ob_flush_all(), 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)