hirokawa Tue Nov 8 09:44:10 2005 EDT Modified files: (Branch: PHP_4_4) /php-src NEWS Log: fixed the order. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.74&r2=1.1247.2.920.2.75&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.74 php-src/NEWS:1.1247.2.920.2.75 --- php-src/NEWS:1.1247.2.920.2.74 Tue Nov 8 09:00:47 2005 +++ php-src/NEWS Tue Nov 8 09:44:08 2005 @@ -3,8 +3,6 @@ ?? ??? 2006, Version 4.4.2 - Backport missing imap_mailcompose fixes from 5.X. (Ilia) - Added missing safe_mode/open_basedir checks in cURL extension. (Ilia) -- Fixed bug #34830 (the 5th arguments of mb_send_mail does not work) (Rui) -- Fixed bug #33720 (mb_encode_mimeheader does not work) (Rui) - Fixed bug #35078 (configure does not find ldap_start_tls_s). (Jani) - Fixed bug #35071 (Wrong fopen mode used in GD safe-mode checks). (Jani) - Fixed bug #35067, #35063 (key(),current() need to work by reference). (Ilia) @@ -15,8 +13,11 @@ (Tony) - Fixed bug #34851 (SO_RECVTIMEO and SO_SNDTIMEO socket options expect integer parameter on Windows). (Mike) +- Fixed bug #34830 (the 5th arguments of mb_send_mail does not work). (Rui) - Fixed bug #33760 (cURL needs CRYPTO_callback functions to prevent locking). (Mike) +- Fixed bug #33720 (mb_encode_mimeheader does not work for multibyte + chars). (Rui) - Fixed bug #31971 (ftp_login fails on some SSL servers). (frantisek at augusztin dot com)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php