Marcel schrijft: "Vlak na de release van PHP4 beta 4 volgt er een nieuwe versie van PHP3, te weten 3.0.15. Naast een aantal bug en security fixes zijn er nieuwe functies waarmee het o.a. mogelijk wordt om WAP bitmaps uit te poepen. Ze blijven goed bezig! Neerladen en make'n maar":
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). See the ChangeLog for a complete list of changes: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 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)