From: Derick Rethans Date: Sun, 22 Feb 2004 20:07:17 +0000 (+0000) Subject: - MFH: Fixed bug #27354 (Modulus operator crashes PHP). X-Git-Tag: php-4.3.5RC4~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2732089f27df3ee41535351ce543865670eaf69;p=php - MFH: Fixed bug #27354 (Modulus operator crashes PHP). --- diff --git a/NEWS b/NEWS index 3d87a5c635..5be4b64c10 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP 4 NEWS 16 Feb 2004, Version 4.3.5RC3 - Fixed zero bytes memory allocation when no extra ini files are found in the --with-config-file-scan-dir specified directory. (Eric Colinet, Derick) +- Fixed bug #27354 (Modulus operator crashes PHP). (Derick) - Fixed bug #27235 (Interbase NUMERIC x.0 field returns empty string on 0). (Ard) - Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).