]> granicus.if.org Git - php/commitdiff
..if only all lakes were kossu..
authorfoobar <sniper@php.net>
Thu, 27 Feb 2003 15:52:38 +0000 (15:52 +0000)
committerfoobar <sniper@php.net>
Thu, 27 Feb 2003 15:52:38 +0000 (15:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 02607ffb5843da323aaedfaa93cca008d121e95a..8ad728668587230dda6651019efd76b0df4d1e72 100644 (file)
--- 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)