cvs: ZendEngine2 / ChangeLog
changelog <[email protected]>
| Newsgroups | gmane.comp.php.cvs.daily |
|---|---|
| Message-ID | <cvschangelog1221528727@cvsserver> |
changelog Tue Sep 16 01:32:07 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1375&r2=1.1376&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1375 ZendEngine2/ChangeLog:1.1376
--- ZendEngine2/ChangeLog:1.1375 Mon Sep 15 01:32:02 2008
+++ ZendEngine2/ChangeLog Tue Sep 16 01:32:06 2008
@@ -1,3 +1,35 @@
+2008-09-15 Dmitry Stogov <[email protected]>
+
+ * zend_strtod.c
+ zend_strtod.c
+ zend_strtod.c
+ tests/bug43053.phpt
+ tests/bug43053.phpt
+ tests/hex_overflow_32bit.phpt
+ tests/hex_overflow_32bit.phpt
+ tests/zend_strtod.phpt
+ tests/zend_strtod.phpt:
+ Fixed bug #43053 (Regression: some numbers shown in scientific notation).
+ (int-e at gmx dot de)
+ some 64bit test files may need to be fixed
+
+ * tests/bug43053.phpt
+ tests/bug43053.phpt
+ tests/bug43053.phpt
+ tests/hex_overflow_32bit.phpt
+ tests/zend_strtod.phpt:
+ 1.1.4;
+ file bug43053.phpt was initially added on branch PHP_5_2.
+
+2008-09-15 Etienne Kneuss <[email protected]>
+
+ * (PHP_5_3)
+ zend_execute_API.c:
+ MFH: Fix #45656 (new Class silenting exceptions in autoloaders)
+
+ * zend_execute_API.c:
+ Fix #45656 (new Class silenting exceptions in autoloaders)
+
2008-09-14 Arnaud Le Blanc <[email protected]>
* zend_gc.c:
@@ -25992,7 +26024,7 @@
2003-06-10 Jani Taskinen <[email protected]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1375 2008/09/15 01:32:02 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1376 2008/09/16 01:32:06 changelog Exp $ tag
2003-06-10 James Cox <[email protected]>
@@ -27716,7 +27748,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1375 2008/09/15 01:32:02 changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1376 2008/09/16 01:32:06 changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[email protected]>