diff options
author | Dmitry Stogov <dmitry@php.net> | 2005-09-16 14:40:49 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2005-09-16 14:40:49 +0000 |
commit | af3476a98215e88581309389445784d892ae9b29 (patch) | |
tree | e50562bffe0e42e50b3b6870511394a3d7b19c91 /NEWS | |
parent | 3c76f253e8b7570d6d94f7234135c31de8d57246 (diff) | |
download | php-git-af3476a98215e88581309389445784d892ae9b29.tar.gz |
Fixed bug #34518 (Unset doesn't separate container in CV)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ PHP NEWS defined using reflection API. (Johannes) - Fixed a bug where stream_get_meta_data() did not return the "uri" element for files opened with tmpname(). (Derick) +- Fixed bug #34518 (Unset doesn't separate container in CV). (Dmitry) - Fixed bug #34449 (ext/soap: XSD_ANYXML functionality not exposed). (Dmitry) - Fixed bug #34310 (foreach($arr as $c->d => $x) crashes). (Dmitry) - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9). |