changelog Wed Dec 3 01:32:38 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1407&r2=1.1408&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1407 ZendEngine2/ChangeLog:1.1408
--- ZendEngine2/ChangeLog:1.1407 Fri Nov 28 01:32:28 2008
+++ ZendEngine2/ChangeLog Wed Dec 3 01:32:38 2008
@@ -1,3 +1,38 @@
+2008-12-02 Christian Seiler <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ acinclude.m4:
+ - MFH: Fixed autoconf 2.13 issues with FP checks.
+
+ * acinclude.m4:
+ - Fixed autoconf 2.13 issues with FP checks.
+
+ * (PHP_5_3)
+ Zend.m4
+ acinclude.m4
+ zend_float.h
+ zend_operators.c
+ zend_strtod.c
+ tests/float_prec_001.phpt:
+ - MFH: Changed floating point behaviour to consistently use double
+ precision
+ on all platforms and with all compilers.
+
+ * acinclude.m4
+ zend_float.h
+ zend_float.h:
+ - Fixed comment style.
+
+ * Zend.m4
+ acinclude.m4
+ zend_float.h
+ zend_operators.c
+ zend_strtod.c
+ tests/float_prec_001.phpt
+ tests/float_prec_001.phpt:
+ - Changed floating point behaviour to consistently use double precision
on
+ all platforms and with all compilers.
+
2008-11-27 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_API.c
@@ -26794,7 +26829,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1407 2008/11/28 01:32:28 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1408 2008/12/03 01:32:38 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -28518,7 +28553,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1407 2008/11/28 01:32:28
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1408 2008/12/03 01:32:38
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>