sniper Thu Feb 27 10:52:39 2003 EDT Modified files: /php4 NEWS Log: ..if only all lakes were kossu.. Index: php4/NEWS diff -u php4/NEWS:1.1360 php4/NEWS:1.1361 --- php4/NEWS:1.1360 Wed Feb 26 20:44:34 2003 +++ php4/NEWS Thu Feb 27 10:52:38 2003 @@ -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 @@ - 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 @@ . 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php