[ANNOUNCE] PHP 3.0.15 released
by Sascha Schumann other posts by this author
Feb 25 2000 10:51PM messages near this date
[ANNOUNCE] PHP 3.0.16 released
|
[ANNOUNCE] PHP 4.0 Beta 4 released
February 25, 2000. PHP 3.0.15 fixes a couple of issues and addresses some
security concerns. If you are using PHP's safe mode feature, you are urged
to upgrade to the latest release. More information will be posted later.
PHP 3.0.15 is available in source form and binary form (for Win32).
Download URL:
<URL:http://www.php.net/download-php.php3>
Mirrors:
<URL:http://www.php.net/mirrors.php3>
Changes since 3.0.14:
- Fixed crash in preg_match_all(). (Andrei)
- Backported safe_mode_protected_env_vars and safe_mode_allowed_env_vars INI
directives from PHP 4.0 (Zeev)
- Added Matthew Herman's FTP module patch for compatibility with Microsoft
FTP service. (Andrew Skalski)
- Fixed crash in strip_tags() and related functions.
- Fixed passthru() to no longer return any value. (Andrei)
- base64_decode() will decode POST data correct. (Thies)
Patch submitted by: Turadg Aleahmad <turadg@[...].edu>
- Fixed a bug in the XML module that could cause crashes (Zeev)
- Fixed a long historical bug in the API function call_user_function(),
that could cause crashes in functions that made use of it (e.g.,
XML module functions) (Zeev)
- Fixed possible buffer-overflow in base64_decode(). (Thies)
- Fixed possible buffer-overflow in setcookie(). (Thies)
- Added ImageWbmp() for outputting WAP's Wireless Bitmaps (markonen)
- Support for LZW-compressed GIFs with gd 1.5, gd/freetype cleanups (markonen)
- Added IMAP modified UTF-7 encode/decode routines (Andrew Skalski)
- Add .ini option to set the default charset for the default text/html mime
type that php serves up (Rasmus)
--
PHP Announcements Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-announce-unsubscribe@[...].net
For additional commands, e-mail: php-announce-help@[...].net
To contact the list administrators, e-mail: php-list-admin@[...].net
|