changelog Thu Dec 7 01:31:16 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1030&r2=1.1031&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1030 ZendEngine2/ChangeLog:1.1031
--- ZendEngine2/ChangeLog:1.1030 Wed Dec 6 01:31:05 2006
+++ ZendEngine2/ChangeLog Thu Dec 7 01:31:16 2006
@@ -1,3 +1,31 @@
+2006-12-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * tests/unset_cv05.phpt:
+ fix tests
+
+ * zend_strtod.c:
+ add zend_u_strtod() implementation by Matt Wilmas
+ major speedup when using floats in Unicode mode
+ also fixes several problems with the current code
+
+ * zend_strtod.c:
+ destroy freelist before destroying the mutexes
+
+ * (PHP_5_2)
+ zend.c
+ zend_strtod.c
+ zend_strtod.h:
+ MFH: use BSD licensed implementation of double-to-string utilities
instead
+ of LGPL one
+ this patch also fixes thread safety issues in zend_strtod()
+
+ * zend.c
+ zend_strtod.c
+ zend_strtod.h:
+ use BSD licensed implementation of double-to-string utilities instead of
+ LGPL one
+ this patch also fixes thread safety issues in zend_strtod()
+
2006-12-05 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_compile.c
@@ -15959,7 +15987,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1030 2006/12/06 01:31:05 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1031 2006/12/07 01:31:16 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -17683,7 +17711,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1030 2006/12/06 01:31:05
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1031 2006/12/07 01:31:16
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>