1
1
PHP 4 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
? ? ??? 200?, Version 5.0.0
4
- - Added an extra ini setting (mail_force_extra_paramaters) which forces
5
- the addition of the specified parameters to be passed as extra
6
- parameters to the sendmail binary. These parameters will always replace
7
- the value of the 5th parameter to mail(), even in safe mode. (Derick)
8
4
- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
9
5
. ext/fribidi
10
6
- Fixed bug #21600 (Assign by reference function call changes variable contents).
@@ -21,9 +17,13 @@ PHP 4 NEWS
21
17
- Changed array_search() to accept also objects as a needle. (Moriyoshi)
22
18
- Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
23
19
- Changed uniqid() parameters to be optional and allow any prefix length. (Marcus)
20
+ - Added "mail_force_extra_paramaters" php.ini option which forces the addition
21
+ of the specified parameters to be passed as extra parameters to the sendmail
22
+ binary. These parameters will always replace the value of the 5th parameter
23
+ to mail(), even in safe mode. (Derick)
24
24
- Added DBA handler 'inifile' to support ini files. (Marcus)
25
25
- Added filter support. See README.input_filter. (Rasmus)
26
- - Added session.hash_function and session.hash_bits_per_character. (Sascha)
26
+ - Added " session.hash_function" and " session.hash_bits_per_character" . (Sascha)
27
27
- Added lightweight streaming input abstraction to the Zend Engine scanners
28
28
that provides uniform support for include()'ing data from PHP streams across
29
29
all platforms (Wez, Zend Engine).
@@ -60,6 +60,7 @@ PHP 4 NEWS
60
60
. Detection of numeric values inside strings passed as high & low.
61
61
. Proper handle the situations where high == low.
62
62
- Added XBM support for bundled GD library. (Marcus)
63
+ - Added imagesavealpha() function. (Jukka Holappa, Pierre-Alain Joye)
63
64
- Added imagefilter() function. Allows application of various filters.
64
65
Only available with bundled GD. (Pierre-Alain Joye, Ilia)
65
66
- Added imageistruecolor(). Only available with GD2. (Pierre-Alain Joye)
0 commit comments