summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-05-26 09:02:35 +0000
committerDmitry Stogov <dmitry@php.net>2006-05-26 09:02:35 +0000
commit10371b034ab5c3db1f1b347e2de566575ede44b2 (patch)
tree56cf6c15b5e02bf3887fb6a5d36487a7a1f7cd4f /NEWS
parent1d5f721fd954c23136544fd015249db16bd7194a (diff)
downloadphp-git-10371b034ab5c3db1f1b347e2de566575ede44b2.tar.gz
Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attributes. incompatibility with libxml2-2.6.24)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4fc2652a44..b20fe40a04 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,8 @@ PHP NEWS
- Fixed bug #37563 (array_key_exists performance is poor for &$array). (Ilia)
- Fixed bug #37558 (timeout functionality doesn't work after a second PHP
starup on the same thread). (p dot desarnaud at wanadoo dot fr)
+- Fixed bug #37523 (namespaces added too late, leads to missing xsi:type
+ attributes. incompatibility with libxml2-2.6.24). (Dmitry)
- Fixed bug #37514 (strtotime doesn't assume year correctly). (Derick)
- Fixed bug #37510 (session_regenerate_id changes session_id() even on
failure). (Hannes)