From: Ilia Alshanetsky Date: Sun, 14 Mar 2004 20:12:17 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.5RC4~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed68bc609568a44fd9923a41d41dab31b5909441;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index 62bc00d059..7ff2c5120f 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP 4 NEWS ?? Feb 2004, Version 4.3.5 - Fixed possible crashes inside socket extension, due to missing check inside allocation functions. (Ilia) +- Fixed bug #27590 (crash during shutdown when freeing persistent resources + in ZTS mode). (Ilia) - Fixed bug #27582 (possible crashes in imagefilltoborder()). (Pierre) - Fixed bug #27530 (broken http auth when safe_mode is on and PCRE is disabled). (Ilia)