From: Ilia Alshanetsky Date: Sat, 29 Nov 2003 19:06:45 +0000 (+0000) Subject: Bug fixing news. X-Git-Tag: php-4.3.5RC1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7efed1c11d66834b0311e964b0dd84b742182381;p=php Bug fixing news. --- diff --git a/NEWS b/NEWS index b758599ac7..38feeb89e3 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PHP 4 NEWS ?? ??? 2003, Version 4.3.5 - Fixed header handler in NSAPI SAPI module (header->replace was ignored, send_default_content_type now sends value from php.ini). (Uwe Schindler) +- Fixed bug #26463 (Incorrect handling of semicolons after heredoc). (Ilia) - Fixed bug #26462 (phpize + ext/bcmath -> compile error). (Jani) - Fixed bug #26458 (var_dump(), var_export(), debug_zval_dump() not binary safe for array keys). (Ilia)