From: foobar Date: Thu, 27 Feb 2003 15:52:38 +0000 (+0000) Subject: ..if only all lakes were kossu.. X-Git-Tag: RELEASE_0_5~718 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cac01352d4357bf3166cf0357c5683fe2acae95;p=php ..if only all lakes were kossu.. --- diff --git a/NEWS b/NEWS index 02607ffb58..8ad7286685 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 5.0.0 -- Added an extra ini setting (mail_force_extra_paramaters) which forces - the addition of the specified parameters to be passed as extra - parameters to the sendmail binary. These parameters will always replace - the value of the 5th parameter to mail(), even in safe mode. (Derick) - Moved extensions to PECL (http://pear.php.net/): (James, Tal) . ext/fribidi - Fixed bug #21600 (Assign by reference function call changes variable contents). @@ -21,9 +17,13 @@ PHP 4 NEWS - Changed array_search() to accept also objects as a needle. (Moriyoshi) - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick) - Changed uniqid() parameters to be optional and allow any prefix length. (Marcus) +- Added "mail_force_extra_paramaters" php.ini option which forces the addition + of the specified parameters to be passed as extra parameters to the sendmail + binary. These parameters will always replace the value of the 5th parameter + to mail(), even in safe mode. (Derick) - Added DBA handler 'inifile' to support ini files. (Marcus) - Added filter support. See README.input_filter. (Rasmus) -- Added session.hash_function and session.hash_bits_per_character. (Sascha) +- Added "session.hash_function" and "session.hash_bits_per_character". (Sascha) - Added lightweight streaming input abstraction to the Zend Engine scanners that provides uniform support for include()'ing data from PHP streams across all platforms (Wez, Zend Engine). @@ -60,6 +60,7 @@ PHP 4 NEWS . Detection of numeric values inside strings passed as high & low. . Proper handle the situations where high == low. - Added XBM support for bundled GD library. (Marcus) +- Added imagesavealpha() function. (Jukka Holappa, Pierre-Alain Joye) - Added imagefilter() function. Allows application of various filters. Only available with bundled GD. (Pierre-Alain Joye, Ilia) - Added imageistruecolor(). Only available with GD2. (Pierre-Alain Joye)