diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-05-26 09:02:35 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-05-26 09:02:35 +0000 |
commit | 10371b034ab5c3db1f1b347e2de566575ede44b2 (patch) | |
tree | 56cf6c15b5e02bf3887fb6a5d36487a7a1f7cd4f /NEWS | |
parent | 1d5f721fd954c23136544fd015249db16bd7194a (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |