summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-04-14 01:48:53 +0000
committerfoobar <sniper@php.net>2003-04-14 01:48:53 +0000
commitbfccea6853059081da5c0551a7423f473ffd3c1e (patch)
tree52bb4914c448ea0b10f218e06c144ab6cbb8d9e4
parent9103aac254da9a67ead6801d5dd6e8ebf4e11b94 (diff)
downloadphp-git-bfccea6853059081da5c0551a7423f473ffd3c1e.tar.gz
style
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1ab7218f3b..e07232354c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP NEWS
? ? ??? 200?, Version 5.0.0
- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
. ext/fribidi
+- Fixed dirname() and strip_tags() to be binary-safe. (Moriyoshi)
- Fixed bug #22386 (Using browscap causes segfault). (Jay)
- Fixed bug #22895 (PHP cli outputs errors in text AND html). (Marcus)
- Fixed bug #22059 (ftp_chdir causes segfault). (Sara)
@@ -12,7 +13,6 @@ PHP NEWS
- Fixed bug #21007 (html_errors off text-only output in phpinfo). (Marcus)
- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
- Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider)
-- Made dirname() / strip_tags() binary-safe. (Moriyoshi)
- Changed the length parameter in fgetss() to be optional. (Moriyoshi)
- 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