Skip to content

Commit 4cac013

Browse files
author
foobar
committed
..if only all lakes were kossu..
1 parent 52ca521 commit 4cac013

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

NEWS

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
PHP 4 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
? ? ??? 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)
84
- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
95
. ext/fribidi
106
- Fixed bug #21600 (Assign by reference function call changes variable contents).
@@ -21,9 +17,13 @@ PHP 4 NEWS
2117
- Changed array_search() to accept also objects as a needle. (Moriyoshi)
2218
- Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
2319
- 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)
2424
- Added DBA handler 'inifile' to support ini files. (Marcus)
2525
- 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)
2727
- Added lightweight streaming input abstraction to the Zend Engine scanners
2828
that provides uniform support for include()'ing data from PHP streams across
2929
all platforms (Wez, Zend Engine).
@@ -60,6 +60,7 @@ PHP 4 NEWS
6060
. Detection of numeric values inside strings passed as high & low.
6161
. Proper handle the situations where high == low.
6262
- Added XBM support for bundled GD library. (Marcus)
63+
- Added imagesavealpha() function. (Jukka Holappa, Pierre-Alain Joye)
6364
- Added imagefilter() function. Allows application of various filters.
6465
Only available with bundled GD. (Pierre-Alain Joye, Ilia)
6566
- Added imageistruecolor(). Only available with GD2. (Pierre-Alain Joye)

0 commit comments

Comments
 (0)