summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2008-10-20 12:46:57 +0000
committerRob Richards <rrichards@php.net>2008-10-20 12:46:57 +0000
commit68a04f616b2a5c5aca501dfaf5d95c520a0a404c (patch)
tree272af1f7af8d2ba759ed7b60282b95d354a2feaa
parent6a2fe2ad1ab226418b83e8ca68c1f7de3617097f (diff)
downloadphp-git-68a04f616b2a5c5aca501dfaf5d95c520a0a404c.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a2f8552d28..5f0e81e3bc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? Oct 2008, PHP 5.2.7RC2
- Fixed bug #46341 (Added missing validation checks into define() for class
constants). (Ilia)
+- Fixed bug #46335 (DOMText::splitText doesn't handle multibyte characters).
+ (Rob)
- Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
response code, in cgi sapi). (Ilia)
- Fixed bug #46308 (Invalid write when changing property from inside getter).