]> granicus.if.org Git - php/commitdiff
Update.
author <changelog@php.net> <>
Fri, 27 Dec 2002 04:02:52 +0000 (04:02 +0000)
committer <changelog@php.net> <>
Fri, 27 Dec 2002 04:02:52 +0000 (04:02 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 01cb8180e7619ae943fad905acbfc4e9b0ad0e34..8485c5c0b2848a81b323aa7aeec9e5d07af2bf12 100644 (file)
--- 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