changelog Tue May 30 05:31:57 2006 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.924&r2=1.925&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.924 ZendEngine2/ChangeLog:1.925
--- ZendEngine2/ChangeLog:1.924 Mon May 29 05:31:56 2006
+++ ZendEngine2/ChangeLog Tue May 30 05:31:57 2006
@@ -1,3 +1,27 @@
+2006-05-29 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_compile.c:
+ MFH: there is no ce at this point, revert this line to its previous state
+
+ * zend_compile.c:
+ there is no ce at this point, revert this line to its previous state
+ See also: http://news.php.net/php.zend-engine.cvs/4931
+
+2006-05-29 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_compile.c
+ zend_object_handlers.c
+ tests/bug37632.phpt:
+ - MFH Bugfix #37632 (Protected method access problem)
+
+ * zend_compile.c
+ zend_object_handlers.c
+ tests/bug37632.phpt
+ tests/bug37632.phpt:
+ - Bugfix #37632 (Protected method access problem)
+
2006-05-28 Johannes Schlüter <[EMAIL PROTECTED]>
* zend_vm_def.h
@@ -13790,7 +13814,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.924 2006/05/29 05:31:56 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.925 2006/05/30 05:31:57 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -15514,7 +15538,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.924 2006/05/29 05:31:56
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.925 2006/05/30 05:31:57
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>