diff options
author | Felipe Pena <felipe@php.net> | 2010-03-08 23:29:46 (GMT) |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-03-08 23:29:46 (GMT) |
commit | 68f805a6d027a605050542d83d5bda7071e7c3a6 (patch) | |
tree | 40ba84dcd0c0b830a035bd17722933152ba2be56 /NEWS | |
parent | 9186e478fa8f9b620c50f208676448163cea1b5f (diff) | |
download | php-68f805a6d027a605050542d83d5bda7071e7c3a6.tar.gz |
- Fixed bug #51237 (milter SAPI crash on startup)
patch by: igmar at palsenberg dot com
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ PHP NEWS - Added stream filter support to mcrypt extension (ported from mcrypt_filter). (Stas) +- Fixed bug #51237 (milter SAPI crash on startup). (igmar at palsenberg dot com) - Fixed bug #51213 (pdo_mssql is trimming value of the money column). (Ilia, alexr at oplot dot com) - Fixed bug #51190 (ftp_put() returns false when transfer was successful). |