derick Wed Oct 26 04:34:15 2005 EDT Modified files: (Branch: PHP_4_4) /php-src NEWS Log: - Merge 4.4.1 and 4.4.1RC1 entries. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.60&r2=1.1247.2.920.2.61&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.60 php-src/NEWS:1.1247.2.920.2.61 --- php-src/NEWS:1.1247.2.920.2.60 Wed Oct 26 03:58:21 2005 +++ php-src/NEWS Wed Oct 26 04:34:13 2005 @@ -1,20 +1,10 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 31 Oct 2005, Version 4.4.1 -- Fixed a memory corruption bug regarding included files. (Derick) -- Fixed bug #34850 (--program-suffix and --program-prefix not included in - man page names). (Jani) -- Fixed bug #34790 (preg_match_all(), named capturing groups, variable - assignment/return => crash). (Dmitry) -- Fixed bug #34742 (ftp wrapper failures caused from segmented command - transfer). (Ilia) -- Fixed bug #34704 (Infinite recursion due to corrupt JPEG). (Marcus) -- Fixed bug #33383 (crash when retrieving empty LOBs). (Tony) -- Fixed bug #29983 (PHP does not explicitly set mime type & charset). (Ilia) -07 Oct 2005, Version 4.4.1RC1 - Added missing safe_mode checks for image* functions and cURL. (Ilia) - Added missing safe_mode/open_basedir checks for file uploads. (Ilia) +- Fixed a memory corruption bug regarding included files. (Derick) - Fixed possible INI setting leak via virtual() in Apache 2 sapi. (Ilia) - Fixed possible crash and/or memory corruption in import_request_variables(). (Ilia) @@ -23,6 +13,13 @@ (Ilia, Stefan) - Fixed possible register_globals toggle via parse_str(). (Ilia, Stefan) - Added "new_link" parameter to mssql_connect(). Bug #34369. (Frank) +- Fixed bug #34850 (--program-suffix and --program-prefix not included in + man page names). (Jani) +- Fixed bug #34790 (preg_match_all(), named capturing groups, variable + assignment/return => crash). (Dmitry) +- Fixed bug #34742 (ftp wrapper failures caused from segmented command + transfer). (Ilia) +- Fixed bug #34704 (Infinite recursion due to corrupt JPEG). (Marcus) - Fixed bug #34645 (ctype corrupts memory when validating large numbers). (Ilia) - Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters). (Marco, Ilia) @@ -50,18 +47,20 @@ (Ilia) - Fixed bug #33940 (array_map() fails to pass by reference when called recursively). (Dmitry) -- Fixed bug #32937 (open_basedir looses trailing / in the limiter). (Adam C.) - Fixed bug #33690 (Crash setting some ini directives in httpd.conf). (Rasmus) - Fixed bug #33673 (Added detection for partially uploaded files). (Ilia) - Fixed bug #33648 (Using --with-regex=system causes compile failure). (Andrei) - Fixed bug #33558 (Warning with nested calls to functions returning by reference). (Dmitry, Derick) +- Fixed bug #33383 (crash when retrieving empty LOBs). (Tony) - Fixed bug #33156 (cygwin version of setitimer doesn't accept ITIMER_PROF). (Nuno) +- Fixed bug #32937 (open_basedir looses trailing / in the limiter). (Adam C.) - Fixed bug #32589 (possible crash inside imap_mail_compose() function). (Ilia) - Fixed bug #32179 (xmlrpc_encode() segfaults with recursive references). (Tony) - Fixed bug #32160 (copying a file into itself leads to data loss). (Ilia) - Fixed bug #31158 (array_splice on $GLOBALS crashes). (Dmitry) +- Fixed bug #29983 (PHP does not explicitly set mime type & charset). (Ilia) - Fixed bug #29253 (array_diff with $GLOBALS argument fails). (Dmitry) - Fixed bug #21306 (ext/sesssion: catch bailouts of write handler during RSHUTDOWN). (Jani, Xuefer at 21cn dot com)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php