changelog Wed Feb 18 01:32:40 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1446&r2=1.1447&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1446 ZendEngine2/ChangeLog:1.1447
--- ZendEngine2/ChangeLog:1.1446 Mon Feb 16 01:33:04 2009
+++ ZendEngine2/ChangeLog Wed Feb 18 01:32:40 2009
@@ -1,3 +1,33 @@
+2009-02-17 Zoe Slattery <zoe.slatt...@googlemail.com>
+
+ * tests/bug46701.phpt
+ tests/bug46701.phpt
+ tests/bug46701.phpt:
+ fix test
+
+2009-02-17 Ilia Alshanetsky <i...@prohost.org>
+
+ * (PHP_5_2)
+ zend_object_handlers.c:
+ Fixed bug #45327 (memory leak if offsetGet throws exception)
+
+2009-02-17 Matt Wilmas <php_li...@realplain.com>
+
+ * zend_operators.c:
+ Added overflow comment from div_function
+
+ * (PHP_5_2)
+ zend_operators.c
+ zend_operators.c:
+ MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64
bit
+ linux)
+
+ * zend_operators.c:
+ Fixed bug #47422 (modulus operator returns incorrect results on 64 bit
+ linux)
+ Removed abs(), just -1 needs to be checked (only LONG_MIN % -1 is a
+ problem)
+
2009-02-15 Ilia Alshanetsky <i...@prohost.org>
* (PHP_5_2)
@@ -27839,7 +27869,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1446 2009/02/16 01:33:04 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1447 2009/02/18 01:32:40 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -29563,7 +29593,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1446 2009/02/16 01:33:04
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1447 2009/02/18 01:32:40
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>