- Removed entries that are going to 4.3.1

- Grouped the entries a bit.
This commit is contained in:
foobar 2003-01-03 00:06:23 +00:00
parent 7f41f5d586
commit c74f56611b

30
NEWS
View File

@ -1,33 +1,16 @@
PHP 4 NEWS PHP 4 NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 200?, Version 4.4.0 ? ? ??? 200?, Version 4.4.0
- Improved dba extension (Marcus) - Fixed bug #17098 (make Apache2 aware that PHP scripts represent dynamic data
- Fixed bug #21229 (missing 3rd argument to php_module_startup). (Ilia)
- Fixed bug #21267 (opening URLs that result in redirection to a relative
path was failing). (Ilia)
- Fixed bug #21226 (parse_url handling of urls without a path). (Ilia)
- Fixed bug #21228 (broken check for ob_gzhandler) & made ob_start() return
the correct value. (Ilia)
- Fixed bug #21268 (session_decode() returned FALSE on success). (Ilia)
- Improved dba extension (Marcus)
. Made handler parameter of dba_(p)open() optional.
. Added php.ini option 'dba.default_handler' to specify a default handler.
. Added parameter full_info to dba_handlers() that can be set true to
receive information about the handlers such like the library version.
. Added support for internal error handling of Berkeley db libraries.
. Disallow Berkeley db versions 4.1.0 to 4.1.24 due to locking problems.
. Disallow linkage of Berkeley db submodules against libraries with
different major version.
. Disallow configuring of more than one Berkeley db handler.
- Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic data
and should not be cached). (Ilia) and should not be cached). (Ilia)
- Make uniqid() parameters optional and allow any prefix length. (Marcus) - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
- New range() functionality (Ilia) - Made uniqid() parameters to be optional and allow any prefix length. (Marcus)
- Made array_search() to accept objects as a needle under ZendEngine2.
(Moriyoshi)
- Added new range() functionality (Ilia)
. Support for float modifier. . Support for float modifier.
. Detection of numeric values inside strings passed as high & low. . Detection of numeric values inside strings passed as high & low.
. Proper handle the situations where high == low. . Proper handle the situations where high == low.
- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)
- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
- Added imagefilter() function which allows application of various filters. - Added imagefilter() function which allows application of various filters.
This function is only available with bundled GD. (Pierre-Alain Joye, Ilia) This function is only available with bundled GD. (Pierre-Alain Joye, Ilia)
- Added imageistruecolor(), only available with GD2+(Pierre-Alain Joye) - Added imageistruecolor(), only available with GD2+(Pierre-Alain Joye)
@ -37,7 +20,6 @@ PHP 4 NEWS
. imageline antialias support . imageline antialias support
. imagepolygon antialias support . imagepolygon antialias support
27 Dec 2002, Version 4.3.0 27 Dec 2002, Version 4.3.0
- Make PHP_AUTH_* variables not available in safe mode under Apache when an - Make PHP_AUTH_* variables not available in safe mode under Apache when an
external basic auth mechanism is used. (Philip) external basic auth mechanism is used. (Philip)