diff options
author | Marcus Boerger <helly@php.net> | 2002-08-05 03:24:50 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-08-05 03:24:50 +0000 |
commit | cf045313e5a9f01565d34771149c66555d0d3404 (patch) | |
tree | 59c89329250d2eb3e820dc823944e17fd79b7a14 | |
parent | fd26a5c0a99dbdfe0909473283a24125edaf2200 (diff) | |
download | php-git-cf045313e5a9f01565d34771149c66555d0d3404.tar.gz |
:-)
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ 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 +- New mbstring encoding/decoding "HTML-ENTITIES". (Marcus) +- New 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) i.e. |