PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 200?, Version 4.4.0
-- Improved dba extension (Marcus)
-- 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
+- Fixed bug #17098 (make Apache2 aware that PHP scripts represent dynamic data
and should not be cached). (Ilia)
-- Make uniqid() parameters optional and allow any prefix length. (Marcus)
-- New range() functionality (Ilia)
+- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (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.
. Detection of numeric values inside strings passed as 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.
This function is only available with bundled GD. (Pierre-Alain Joye, Ilia)
- Added imageistruecolor(), only available with GD2+(Pierre-Alain Joye)
. imageline antialias support
. imagepolygon antialias support
-
27 Dec 2002, Version 4.3.0
- Make PHP_AUTH_* variables not available in safe mode under Apache when an
external basic auth mechanism is used. (Philip)