summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-02-15 22:07:49 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-02-15 22:07:49 +0000
commit824baa0384e301712ff222a60b0049a06b0bdbd4 (patch)
tree9958ef54b387d91e65cf5f3415fdc93839814cb6
parent616578d1d1dae088994356dd61a2f53370bbe5c8 (diff)
downloadphp-git-824baa0384e301712ff222a60b0049a06b0bdbd4.tar.gz
New feature news.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 18da8f7e03..9799f6666d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ PHP 4 NEWS
- Fixed bug #22059 (ftp_chdir causes segfault). (Sara)
- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
- Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider)
+- Changed ini parser to allow for handling of quoted multi-line values. (Ilia)
- Changed get_extension_funcs() to return list of the built-in Zend Engine
functions if "zend" is specified as the module name. (Ilia)
- Changed is_executable() to be available also on Windows. (Shane)