summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-10-02 08:04:11 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-10-02 08:04:11 +0000
commit46eecba03b71c75e187c6bbbc47871ce7706080f (patch)
tree26360a3b65a142c2a14c63d4bdeaec66ae94bcbd
parent6e6732ae6a62869d9f56a5bcf18ac721865ef059 (diff)
downloadphp-git-46eecba03b71c75e187c6bbbc47871ce7706080f.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d0db9d757a..59df04fb40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Oct 2003, Version 4.3.4RC2
+- Fixed multibyte regex engine to properly handle ".*" pattern under
+ POSIX compatible mode. (K.Kosako <kosako at sofnec.co.jp>, Moriyoshi)
- Fixed bug #25707 (html_entity_decode over-decodes &amp;lt;). (Moriyoshi)
- Fixed bug #25703 (openssl checks failed). (Jani)
- Fixed bug #25701 (On flush() set headers_sent in apache2handler). (Ilia)