summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-09-27 09:21:04 +0000
committerWez Furlong <wez@php.net>2002-09-27 09:21:04 +0000
commit43e3e7e35a74156659cea19b56bc1137db84976f (patch)
tree2af64df1eb5e9af99bbfa5a6b871dcabb2add92e
parentda2593ce795c6ad582901c97081e493e180bfbbc (diff)
downloadphp-git-43e3e7e35a74156659cea19b56bc1137db84976f.tar.gz
Add some bug #'s to make Markus happier :-)
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a78f20c74b..1a0723ce6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- Added mb_convert_case() function to the mbstring extension which can convert
+ strings between upper, lower and title case using Unicode mappings.
+ Fixed bug #19257 (strtolower & strtoupper does not work for UTF-8 strings).
+ (Wez).
+- Fixed bug #18521 (htmlentities did not warn about unsupported charsets).
+ (Wez)
- Fixed bug #11643 (Session related, fix SID redefinition). (Ilia)
- Fixed bug #18556 (Scripting Engine, problem with locales like tr_TR).
(Ilia)
@@ -12,7 +18,7 @@ PHP 4 NEWS
proper HTML escaping, and make it XHTML compliant. (Colin)
- Added php.ini option "auto_detect_line_endings" which enables PHP to detect
Macintosh, Unix and Dos end-of-line characters in fgets() and file().
- Fixes Bug #16521. (Wez)
+ Fixes bugs #16521 and #16708. (Wez)
- Fixed compile errors in the FriBidi extension (Bug #16414). (Tal)
- Fixed bugs #7472, #12120 and #12989 as well as other potential problems
with strip_tags() function. (Ilia)