summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 00f7e10286..64a5eda278 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- New mbstring encoding/decoding "HTML-ENTITIES". (Marcus)
-- New parameter 'L' for mb_http_input() to retrieve input encoding as a
+- Added mbstring encoding/decoding "HTML-ENTITIES". (Marcus)
+- Added parameter 'L' for mb_http_input() to retrieve input encoding as a
comma separated string. (Marcus)
- Added the ability for declare() compiler modifications to occur globally
by using an empty statement. (Jason, Zend Engine)