changelog               Fri May 30 01:31:52 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1309&r2=1.1310&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1309 ZendEngine2/ChangeLog:1.1310
--- ZendEngine2/ChangeLog:1.1309        Thu May 29 01:31:51 2008
+++ ZendEngine2/ChangeLog       Fri May 30 01:31:52 2008
@@ -1,3 +1,22 @@
+2008-05-29  Matt Wilmas  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      zend_operators.c
+      zend_operators.c:
+      MFH: Fixed overflow crash (at least on Windows) in div_function with
+      LONG_MIN / -1
+
+    * zend_operators.c:
+      Fixed overflow crash (at least on Windows) in div_function with LONG_MIN 
/
+      -1
+      To reproduce: (-PHP_INT_MAX - 1) / -1, so op1 is a long
+      Same cause as Bug #27354 for mod_function
+
+    * (PHP_5_2)
+      tests/bug41919.phpt
+      tests/bug41919.phpt:
+      Fixed tests on Windows
+
 2008-05-28  Felipe Pena  <[EMAIL PROTECTED]>
 
     * tests/access_modifiers_008.phpt
@@ -24014,7 +24033,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1309 2008/05/29 01:31:51 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1310 2008/05/30 01:31:52 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -25738,7 +25757,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1309 2008/05/29 01:31:51 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1310 2008/05/30 01:31:52 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to