diff options
author | Antony Dovgal <tony2001@php.net> | 2006-11-24 10:30:02 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-11-24 10:30:02 +0000 |
commit | 724f500c92d57dd9593d1f6f61d3dd118bfbe01a (patch) | |
tree | 6d3ae8308326127a525ecc7c03b1642dc69cdaf2 | |
parent | ffb9e154657ca743fed088d6d84301975dfda969 (diff) | |
download | php-git-724f500c92d57dd9593d1f6f61d3dd118bfbe01a.tar.gz |
BFN
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ PHP NEWS php_filter.h). - Fixed wrong signature initialization in imagepng (Takeshi Abe) - Added optimization for imageline with horizontal and vertial lines (Pierre) +- Fixed bug #39613 (Possible segfault in imap initialization due to missing + module dependency). (wharmby at uk dot ibm dot com, Tony) - Fixed bug #39602 (Invalid session.save_handler crashes PHP). (Dmitry) - Fixed bug #39576 (array_walk() doesn't separate userdata zval). (Tony) - Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() |