diff options
-rw-r--r-- | NEWS | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,25 +1,25 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 -- Added mb_regex_set_options(). The Options parameters of - various mbregex functions are now deprecated. (Moriyoshi). +- ATTENTION! "make install" will *by default* install the CLI SAPI binary in + {PREFIX}/bin/php. If you don't disable the CGI binary, it will be + installed as {PREFIX}/bin/php-cgi. +- Added mb_regex_set_options(). The Options parameters of various mbregex + functions are now deprecated. (Moriyoshi) - Fixed bug #19482 (Segfault with PCRE and locale). (Andrei) -- Make ImageTruecolorToPalette() in bundled GD2 library actually work. (Rasmus) -- Fix ImageCopy() in bundled GD2 library to handle copying from truecolor to - palette-based. (Wez, Rasmus) -- Read-only GIF support for bundled GD2 library. (Rasmus) +- Made ImageTruecolorToPalette() in bundled GD2 library actually work. (Rasmus) +- Fixed ImageCopy() in bundled GD2 library to handle copying from truecolor to + palette-based. (Wez, Rasmus) +- Added read-only GIF support for bundled GD2 library. (Rasmus) - Made several adjustments to xslt extension (David Viner, Lehnar, Melvyn) . Added xslt_set_object and xslt_setopt function . Changed backend interaction with Sablotron library . Fixed leak with error_print - . Make xslt_make_array always set NULL on last index to signal array end. -- Make the glue argument to implode() optional, if it is not specified - default to using "". (Sterling) -- Fixed fields argument to contain correct info for xslt_set_error_handler. + . Made xslt_make_array() always set NULL on last index to signal array end. +- Changed the glue argument in implode() to be optional. If not specified, + defaults to "". (Sterling) +- Fixed fields argument to contain correct info for xslt_set_error_handler(). (Patch by Lenar Lohmus) -- ATTENTION! "make install" will *by default* install the CLI SAPI binary in - {PREFIX}/bin/php. If you don't disable the CGI binary, it will be - installed as {PREFIX}/bin/php-cgi. - Added --with-config-file-scan-dir compile-time switch which specifies a directory which will be scanned for *.ini files. (Rasmus) - Added ob_flush_all(), ob_get_clean() and ob_get_flush(). (Yasuo) |