From: Sascha Schumann Date: Tue, 6 May 2003 23:26:09 +0000 (+0000) Subject: update X-Git-Tag: php-4.3.2RC3~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0fdf62d3cc9e1b10c88c06d810238bc1fb93185;p=php update --- diff --git a/NEWS b/NEWS index 0e040b2da0..f14c084969 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Apr 2003, Version 4.3.2 -- Replaced the old Apache2 module (sapi/apache2filter) with new and improved - version (sapi/apache2handler). (Ian Holsman, Justin Erenkrantz) +- Fixed a possible vhost issue in thttpd. (Sascha, dgl@dgl.cx) +- Fixed including from HTTP URLs. (Sascha) +- Added a new Apache 2.0 SAPI module (sapi/apache2handler) based on the old + version (sapi/apache2filter). (Ian Holsman, Justin Erenkrantz) - Syncronized bundled GD library with GD 2.0.12. (Ilia) - Removed support for GDLIB version 1.x.x (php_gd.dll) on Windows. (Edin) - Enabled read-only GIF support in the bundled GDLIB (php_gd2.dll) on Windows.