changelog Sat Nov 11 01:31:31 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1017&r2=1.1018&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1017 ZendEngine2/ChangeLog:1.1018
--- ZendEngine2/ChangeLog:1.1017 Fri Nov 10 01:31:22 2006
+++ ZendEngine2/ChangeLog Sat Nov 11 01:31:31 2006
@@ -1,3 +1,28 @@
+2006-11-10 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_object_handlers.c:
+ Unicode support
+
+2006-11-10 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_language_scanner.l:
+ - Forward port the binary cast, which will do the same as the string cast
+ in
+ PHP 5.2.
+
+2006-11-10 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_execute_API.c
+ zend_execute_API.c:
+ Start timiout thread on Windows only if necessary
+
+ * zend_alloc.c
+ zend_alloc.c:
+ Zend Memory Manager Improvements
+ . use HeapAlloc() instead of VirtualAlloc()
+ . use "win32" storage manager (instead of "malloc") on Windows by default
+
2006-11-09 Antony Dovgal <[EMAIL PROTECTED]>
* zend_unicode.h:
@@ -15733,7 +15758,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1017 2006/11/10 01:31:22 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1018 2006/11/11 01:31:31 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -17457,7 +17482,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1017 2006/11/10 01:31:22
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1018 2006/11/11 01:31:31
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>