summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-08 01:34:41 +0000
committerfoobar <sniper@php.net>2002-10-08 01:34:41 +0000
commit97a3929e808fbd3644be178e10d8b30c0e4ca124 (patch)
treee4c02ec0cc04be25bbc75813ab27c8bbfe443f52
parent231efd186f49d782c8ad70e26b64bea544495d6d (diff)
downloadphp-git-97a3929e808fbd3644be178e10d8b30c0e4ca124.tar.gz
style polizei
-rw-r--r--NEWS26
1 files changed, 13 insertions, 13 deletions
diff --git a/NEWS b/NEWS
index d7928f5000..4b1b00dc09 100644
--- a/NEWS
+++ b/NEWS
@@ -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)