changelog Sat Dec 17 06:31:59 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.830&r2=1.831&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.830 ZendEngine2/ChangeLog:1.831
--- ZendEngine2/ChangeLog:1.830 Wed Dec 14 06:31:49 2005
+++ ZendEngine2/ChangeLog Sat Dec 17 06:31:58 2005
@@ -1,3 +1,37 @@
+2005-12-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_API.h:
+ - Add new const
+
+ * zend_language_parser.y:
+ - WS
+
+ * tests/bug29210.phpt
+ tests/bug32290.phpt:
+ - MFB
+
+2005-12-16 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ zend_alloc.h:
+ fix compile warning with Apache2 and Zend VM disabled
+ (someone forgot to do MFH)
+
+2005-12-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ tests/bug29210.phpt
+ tests/bug32290.phpt:
+ - Add/fix tests
+
+ * (PHP_5_1)
+ zend_API.c
+ zend_API.h
+ zend_execute_API.c:
+ - Simplify and synch is_callable_ex() with actual execution code
+ . Allow array($this, 'parent::method') for function 'pointers'
+ . Spit out E_STRICT in case of erroneous use of function 'pointers'
+
2005-12-13 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_5_1)
@@ -11473,7 +11507,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.830 2005/12/14 06:31:49 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.831 2005/12/17 06:31:58 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -13197,7 +13231,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.830 2005/12/14 06:31:49
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.831 2005/12/17 06:31:58
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>