summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-12-27 04:02:52 +0000
committer <changelog@php.net>2002-12-27 04:02:52 +0000
commit08f7cfae71be5a4c32ab1ad0415de1ef927b7751 (patch)
tree798cf24bf47c67afac7e7fc6edabd149d0072ae6
parentdd734b5a5d00d8ffa87774ff777de3a6745abe19 (diff)
downloadphp-git-08f7cfae71be5a4c32ab1ad0415de1ef927b7751.tar.gz
Update.
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 01cb8180e7..8485c5c0b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-? ? ??? 2002, Version 4.3.0
-- Make PHP_AUTH_* variables not available in safe mode under Apache when an
- external basic auth mechanism is used. (Philip)
-- Aliased dba_popen() to dba_open() until 4.3.1 when persistent STDIO streams
- are introduced. (Andrei)
-- Fixed a security bug in the bundled MySQL library. (Georg, Stefan)
+27 Dec 2002, Version 4.3.0
- If you don't specify building any other SAPI "make install" will install the
CGI SAPI binary in {PREFIX}/bin/php. If you want to install CLI SAPI in that
location use "make install-cli" after "make install" or add --disable-cgi
@@ -21,6 +16,11 @@ PHP 4 NEWS
- Moved extensions to PECL (http://pear.php.net/): (James, Derick)
. ext/vpopmail
. ext/cybermut
+- Make PHP_AUTH_* variables not available in safe mode under Apache when an
+ external basic auth mechanism is used. (Philip)
+- Aliased dba_popen() to dba_open() until 4.3.1 when persistent STDIO streams
+ are introduced. (Andrei)
+- Fixed a security bug in the bundled MySQL library. (Georg, Stefan)
- ZLIB extension is now built-in in the Windows distribution.
External extension (php_zlib.dll) has been removed. (Edin)
- Fixed a bug in ISO-8601 week calculation