changelog Thu Apr 9 01:33:14 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1469&r2=1.1470&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1469 ZendEngine2/ChangeLog:1.1470
--- ZendEngine2/ChangeLog:1.1469 Tue Apr 7 01:32:45 2009
+++ ZendEngine2/ChangeLog Thu Apr 9 01:33:14 2009
@@ -1,3 +1,64 @@
+2009-04-08 Stanislav Malyshev <s...@zend.com>
+
+ * zend_extensions.h:
+ iadd utility macro
+
+ * (PHP_5_3)
+ zend_extensions.h:
+ add utility macro
+
+2009-04-08 Matt Wilmas <php_li...@realplain.com>
+
+ * (PHP_5_3)
+ zend_extensions.c:
+ MFH: Changed spelling from "build" to "built"
+
+ * zend_extensions.c:
+ Changed spelling from "build" to "built"
+
+2009-04-08 Dmitry Stogov <dmi...@zend.com>
+
+ * zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h:
+ Improved specialization (IS_CONST can't be IS_OBJECT)
+
+ * zend_execute_API.c
+ zend_execute_API.c:
+ Calculate hash value once
+
+ * zend_compile.c
+ zend_compile.c:
+ Removed deprecated code and fixed function name in error message
+
+ * zend_extensions.c
+ zend_extensions.c
+ zend_extensions.h
+ zend_extensions.h:
+ Added ability to check build_id by extension
+
+2009-04-08 Felipe Pena <felipe...@gmail.com>
+
+ * tests/bug47801.phpt
+ tests/bug47801.phpt:
+ - Added test
+
+ * tests/bug47801.phpt
+ tests/bug47801.phpt
+ tests/bug47801.phpt:
+ 1.1.4;
+ file bug47801.phpt was initially added on branch PHP_5_2.
+
+ * (PHP_5_2)
+ zend_compile.c
+ zend_execute_API.c
+ zend_object_handlers.c
+ zend_vm_def.h
+ zend_vm_execute.h:
+ - Fixed bug #47801 (__call() accessed via parent:: operator is provided
+ incorrect method name)
+
2009-04-06 Felipe Pena <felipe...@gmail.com>
* (PHP_5_2)
@@ -28380,7 +28441,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1469 2009/04/07 01:32:45 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1470 2009/04/09 01:33:14 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -30104,7 +30165,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1469 2009/04/07 01:32:45
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1470 2009/04/09 01:33:14
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>