iliaa Thu Jan 9 20:17:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: Bug fixing news. Index: php4/NEWS diff -u php4/NEWS:1.1247.2.47 php4/NEWS:1.1247.2.48 --- php4/NEWS:1.1247.2.47 Wed Jan 8 10:01:59 2003 +++ php4/NEWS Thu Jan 9 20:17:03 2003 @@ -9,6 +9,18 @@ . Disallow linkage of Berkeley db submodules against libraries with different major version. . Disallow configuring of more than one Berkeley db handler. +- Fixed bug #21511 (config.status warning). (Jani) +- Fixed bug #21531 (file_exists() and other filestat functions report errors + when the requested file/directory does not exists). (Sara) +- Fixed bug #21544 (Extended checks for where FreeTDS is installed). (Frank) +- Fixed bug #21523 (number_format could cause a memory allocation for a + negative memory size in situations where the sprintf implementation of the + host system generated less decimal places than were requested). (Wez) +- Fixed bug #21529 (memory corruption by fsockopen()). (Ilia) +- Fixed bug #21518 (imagecreatefromstring() crashed when dealing with invalid + image files). (Ilia) +- Fixed bug #20802 (PHP would die silently when memory limit is reached). + (Ilia) - Fixed bug #21498 (mysql_pconnect connection problems). (Georg) - Fixed bug #21443 (improper handling of ? surrounded by spaces in get_browser()). (Ilia)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php