summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelvyn Sopacua <msopacua@php.net>2002-10-05 11:00:56 +0000
committerMelvyn Sopacua <msopacua@php.net>2002-10-05 11:00:56 +0000
commit4ca381aacfc77f43d02895d7ced4ecd36b5a286e (patch)
treeb38aec4596dec544ed196ddd7702ae8fd9a1bce5
parent9d5bab5a0dac4ef007c92a4c46f2038d69655dbf (diff)
downloadphp-git-4ca381aacfc77f43d02895d7ced4ecd36b5a286e.tar.gz
remove tests entry. Fix patch entry to contain function name
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3368bc8226..2da4d6d72f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ PHP 4 NEWS
? ? ??? 2002, Version 4.3.0
- Make the glue argument to implode() optional, if it is not specified
default to using "". (Sterling)
-- Added regression test for bugs #17791 and #17931 (Melvyn)
-- Fixed fields argument to contain correct info. (Lenar Lohmus)
+- 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.