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
- 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