summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-27 15:52:38 +0000
committerfoobar <sniper@php.net>2003-02-27 15:52:38 +0000
commit4cac01352d4357bf3166cf0357c5683fe2acae95 (patch)
tree013430a8eaa34a34bc27951dc7d579741a29e467
parent52ca521b40b9c0806dad2809a22fc8efec0b87e0 (diff)
downloadphp-git-4cac01352d4357bf3166cf0357c5683fe2acae95.tar.gz
..if only all lakes were kossu..
-rw-r--r--NEWS11
1 files changed, 6 insertions, 5 deletions
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)