From: foobar Date: Tue, 6 May 2003 23:43:13 +0000 (+0000) Subject: update X-Git-Tag: php-4.3.2RC3~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8902f7fc3f6a10495b9b3a79be307924311a1722;p=php update --- diff --git a/NEWS b/NEWS index f14c084969..468c486fe2 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Apr 2003, Version 4.3.2 -- 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. @@ -16,6 +12,8 @@ PHP 4 NEWS different major version. . Disallow configuring of more than one Berkeley db handler. . Reenabled dba_popen() with new persistent STDIO streams. +- Added a new Apache 2.0 SAPI module (sapi/apache2handler) based on the old + version (sapi/apache2filter). (Ian Holsman, Justin Erenkrantz) - Added "disable_classes" php.ini option to allow administrators to disable certain classes for security reasons. (Harald) - Added man page for CLI version of PHP. (Marcus) @@ -33,6 +31,8 @@ PHP 4 NEWS - Added XBM and WBMP support for getimagesize(). (Marcus) - Added KOI8-R, CP866, and CP1251 support for htmlentities(). (Antony Dovgal, Moriyoshi) - Added domdocument->free() to free XML-documents from memory. (Rob Richards) +- Fixed a possible vhost issue in thttpd. (Sascha, dgl@dgl.cx) +- Fixed including from HTTP URLs. (Sascha) - Fixed a lot of memory leaks in domxml. (Rob Richards, Chregu) - Fixed a bug in GD's truecolor TTF handling. (Derick) - Fixed several 64-bit problems. (Dave)