derick Mon Jun 6 07:07:57 2005 EDT Modified files: (Branch: PHP_4_4) /php-src NEWS Log: - Update NEWS with the bz fix http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.1&r2=1.1247.2.920.2.2&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.1 php-src/NEWS:1.1247.2.920.2.2 --- php-src/NEWS:1.1247.2.920.2.1 Mon Jun 6 05:30:09 2005 +++ php-src/NEWS Mon Jun 6 07:07:55 2005 @@ -7,7 +7,7 @@ them sort based on the current locale. (Derick) - Changed sha1_file() and md5_file() functions to use streams instead of low level IO. (Uwe) -- Fixed memory curruptions when using references in a wrong way. (Marcus, +- Fixed memory corruptions when using references in a wrong way. (Marcus, Dmitry, Derick) - Fixed memory corruption in stristr(). (Derick) - Fixed bug #33222 (segfault when CURL handle is closed in a callback). (Tony) @@ -18,6 +18,8 @@ misbehave). (Jani) - Fixed bug #33072 (Add a safemode/open_basedir check for runtime save_path change) (Rasmus) +- Fixed bug #33070 (Improved performance of bzdecompress() by several orders + of magnitude). (Ilia) - Fixed bug #33057 (Don't send extraneous entity-headers on a 304 as per RFC 2616 section 10.3.5) (Rasmus, Choitel) - Fixed bug #33019 (socket errors cause memory leaks in php_strerror()).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php