diff options
author | Melvyn Sopacua <msopacua@php.net> | 2002-10-05 11:00:56 +0000 |
---|---|---|
committer | Melvyn Sopacua <msopacua@php.net> | 2002-10-05 11:00:56 +0000 |
commit | 4ca381aacfc77f43d02895d7ced4ecd36b5a286e (patch) | |
tree | b38aec4596dec544ed196ddd7702ae8fd9a1bce5 | |
parent | 9d5bab5a0dac4ef007c92a4c46f2038d69655dbf (diff) | |
download | php-git-4ca381aacfc77f43d02895d7ced4ecd36b5a286e.tar.gz |
remove tests entry. Fix patch entry to contain function name
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |