diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-08-02 15:44:33 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-08-02 15:44:33 +0000 |
commit | 4eecfca79c0d02b2371114db71d575c180d66858 (patch) | |
tree | 006ceecb5289f419b28cc279c8138005fbb5f837 /NEWS | |
parent | e79e9fade6694ab8485c8722dfdc84b0c866ccc1 (diff) | |
download | php-git-4eecfca79c0d02b2371114db71d575c180d66858.tar.gz |
Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain
characters).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ PHP NEWS - Fixed bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory). (Tony) - Fixed bug #38214 (gif interlace output cannot work). (Pierre) +- Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain + characters). (Ilia) - Fixed bug #38212 (Segfault on invalid imagecreatefromgd2part() parameters). (Pierre) - Fixed bug #38211 (variable name and cookie name match breaks script |