changelog Tue Mar 11 01:31:34 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1258&r2=1.1259&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1258 ZendEngine2/ChangeLog:1.1259
--- ZendEngine2/ChangeLog:1.1258 Mon Mar 10 01:31:34 2008
+++ ZendEngine2/ChangeLog Tue Mar 11 01:31:34 2008
@@ -1,3 +1,30 @@
+2008-03-10 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ tests/014.phpt
+ tests/017.phpt:
+ Fix tests (new error message for void parameters)
+
+ * (PHP_5_3)
+ zend_API.h
+ zend_builtin_functions.c
+ zend_exceptions.c:
+ MFH: Added new macro for check void parameters.
+ (deprecating ZEND_WRONG_PARAM_COUNT for this cases)
+
+ * Zend.m4:
+ MFB: Improve the Darwin 9 hack considerably and switch to using dl*()
+ instead of NS*() on Darwin 8+. (Patch by Gwynne)
+
+ * (PHP_5_3)
+ Zend.m4:
+ Improve the Darwin 9 hack considerably and switch to using dl*() instead
of
+ NS*() on Darwin 8+. (Patch by Gwynne)
+
+ * (PHP_5_2)
+ zend_language_parser.y:
+ Fixed compilation warnings
+
2008-03-09 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -21817,7 +21844,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1258 2008/03/10 01:31:34 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1259 2008/03/11 01:31:34 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -23541,7 +23568,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1258 2008/03/10 01:31:34
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1259 2008/03/11 01:31:34
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>