diff options
author | Johannes Schlüter <johannes@php.net> | 2007-10-17 17:22:52 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2007-10-17 17:22:52 +0000 |
commit | e3b92dbca2ec29b89a0e99f6f678913be190f91c (patch) | |
tree | eeb545f472acdf2819697ef7b1a1c0150d2dceef /NEWS | |
parent | 68bacdd79728fa3a95cc0bfb4a06af0aa08c2613 (diff) | |
download | php-git-e3b92dbca2ec29b89a0e99f6f678913be190f91c.tar.gz |
- There's no need to mention these bugs, they all belong to "Added namespaces"
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -42,13 +42,6 @@ PHP NEWS - Fixed possible crash in ext/soap because of uninitialized value (Zdash Urf) -- Fixed bug #42919 (Unserializing of namespaced class object fails). (Dmitry) -- Fixed bug #42859 (import always conflicts with internal classes). - (cellog@php.net, Dmitry) -- Fixed bug #42820 (defined() on constant with namespace prefixes tries to load - class). (Dmitry) -- Fixed bug #42798 (__autoload() not triggered for classes used in method - signature). (Dmitry) - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines). (Nuno) - Fixed bug #42657 (ini_get() returns incorrect value when default is NULL). (Jani) |