]> granicus.if.org Git - php/commitdiff
- MFH: Fixed bug #27354 (Modulus operator crashes PHP).
authorDerick Rethans <derick@php.net>
Sun, 22 Feb 2004 20:07:17 +0000 (20:07 +0000)
committerDerick Rethans <derick@php.net>
Sun, 22 Feb 2004 20:07:17 +0000 (20:07 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3d87a5c6353a051ed983b94606030245f61fe73f..5be4b64c107eeda686661fe6584304061dc4f87d 100644 (file)
--- 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).