diff options
author | foobar <sniper@php.net> | 2002-08-05 10:40:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-08-05 10:40:26 +0000 |
commit | 47902326b9f43d1dc6a278123aa48d4d9189f49d (patch) | |
tree | 1c960230f5ca5b51087245146a9d1187fcbd51ec | |
parent | fd7e7021c7209eecffda07b95ad0c27ae3d6c701 (diff) | |
download | php-git-47902326b9f43d1dc6a278123aa48d4d9189f49d.tar.gz |
consistency
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |