From: Date: Fri, 27 Dec 2002 04:02:52 +0000 (+0000) Subject: Update. X-Git-Tag: php-4.3.0~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08f7cfae71be5a4c32ab1ad0415de1ef927b7751;p=php Update. --- 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