..if only all lakes were kossu..

This commit is contained in:
foobar 2003-02-27 15:52:38 +00:00
parent 52ca521b40
commit 4cac01352d

11
NEWS
View File

@ -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)