changelog Fri Oct 6 01:32:17 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.995&r2=1.996&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.995 ZendEngine2/ChangeLog:1.996
--- ZendEngine2/ChangeLog:1.995 Thu Oct 5 01:30:55 2006
+++ ZendEngine2/ChangeLog Fri Oct 6 01:32:17 2006
@@ -1,3 +1,27 @@
+2006-10-05 Sara Golemon <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend.c:
+ MFH(r-1.376): Preserve EG(return_value_ptr_ptr) when calling
+ zend_execute_scripts()
+
+ * zend.c:
+ Preserve EG(return_value_ptr_ptr) when calling zend_execute_scripts()
+
+2006-10-05 Andrei Zmievski <[EMAIL PROTECTED]>
+
+ * zend.c:
+ This might not be necessary if we clean it all up ourselves.
+
+2006-10-05 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_alloc.h:
+ Allow future extensibility without binary compatibility break
+
+ * (PHP_5_2)
+ zend_alloc.h:
+ Allow future extensibility without binary compatibility break
+
2006-10-04 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_5_2)
@@ -15441,7 +15465,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.995 2006/10/05 01:30:55 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.996 2006/10/06 01:32:17 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -17165,7 +17189,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.995 2006/10/05 01:30:55
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.996 2006/10/06 01:32:17
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>