changelog Thu Nov 22 01:32:49 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1202&r2=1.1203&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1202 ZendEngine2/ChangeLog:1.1203
--- ZendEngine2/ChangeLog:1.1202 Wed Nov 21 01:31:29 2007
+++ ZendEngine2/ChangeLog Thu Nov 22 01:32:49 2007
@@ -1,3 +1,50 @@
+2007-11-21 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend.h
+ zend.h
+ zend_alloc.c
+ zend_alloc.c:
+ Macro definitions are moved to zend.h
+
+ * zend_execute.c
+ zend_execute.c
+ zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h:
+ Safe exit from executor()
+
+2007-11-21 Johannes Schl�ter <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_compile.c
+ zend_compile.h
+ zend_execute_API.c
+ zend_language_parser.y
+ zend_opcode.c
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h
+ tests/021.phpt:
+ - MFH Improved version of ternary shortcut (Marcus)
+
+ * tests/021.phpt:
+ - Improve test
+
+ * (PHP_5_3)
+ zend_language_parser.y
+ tests/021.phpt:
+ - MFH ?: operator (Marcus)
+ [DOC] "expr1 ?: expr1" is a shortcut for: "expr1 ? expr1 : expr2" as
+ exists in gcc and discussed some time back. Note that this is not
+ an implementation ifsetor($var, default). While ifsetor would not
+ generate any message for non existing variables or array indices
+ the ternary shortcut does. Also the ternary shortcut does a
+ boolean
+ evaluation rather then checking for isset(). That way ther
ternary
+ shortcut can work on any expression while ifsetor can only work
on
+ variables. Also to be silent one has do do: "@$expr1 ?: $expr2".
+
2007-11-20 Johannes Schl�ter <[EMAIL PROTECTED]>
* tests/021.phpt
@@ -20151,7 +20198,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1202 2007/11/21 01:31:29 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1203 2007/11/22 01:32:49 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -21875,7 +21922,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1202 2007/11/21 01:31:29
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1203 2007/11/22 01:32:49
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>