summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-04 17:28:48 +0000
committerfoobar <sniper@php.net>2002-10-04 17:28:48 +0000
commit189ce6a3089bfa969f4841ba3946840f8d67cabe (patch)
tree48dfbd9660c0f68b36c6f15bfbcea623c7c13e32
parent3d6ecdeff05817800756c51ef6bc96a7cdaba666 (diff)
downloadphp-git-189ce6a3089bfa969f4841ba3946840f8d67cabe.tar.gz
combine those ob_* entries and keep the attention line on top
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8c017ea5ad..5863e83819 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,12 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- Added --with-config-file-scan-dir compile-time switch which specifies a
- directory which will be scanned for *.ini files.
-- Added ob_flush_all() that flushes all buffers. (Yasuo)
-- Added ob_get_clean() and og_get_flush(). (Yasuo)
- 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.
+- 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)
. Added apache_response_headers(), apache_note(), apache_getenv() and