cvs: ZendEngine2(PHP_5_3) / zend_exceptions.c
"Marcus Boerger" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvshelly1215874786@cvsserver> |
helly Sat Jul 12 14:59:46 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_exceptions.c
Log:
- Missed one line in merge
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_exceptions.c?r1=1.79.2.6.2.9.2.7&r2=1.79.2.6.2.9.2.8&diff_format=u
Index: ZendEngine2/zend_exceptions.c
diff -u ZendEngine2/zend_exceptions.c:1.79.2.6.2.9.2.7 ZendEngine2/zend_exceptions.c:1.79.2.6.2.9.2.8
--- ZendEngine2/zend_exceptions.c:1.79.2.6.2.9.2.7 Sat Jul 12 14:57:14 2008
+++ ZendEngine2/zend_exceptions.c Sat Jul 12 14:59:46 2008
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_exceptions.c,v 1.79.2.6.2.9.2.7 2008/07/12 14:57:14 helly Exp $ */
+/* $Id: zend_exceptions.c,v 1.79.2.6.2.9.2.8 2008/07/12 14:59:46 helly Exp $ */
#include "zend.h"
#include "zend_API.h"
@@ -558,6 +558,7 @@
ZEND_BEGIN_ARG_INFO_EX(arginfo_exception___construct, 0, 0, 0)
ZEND_ARG_INFO(0, message)
ZEND_ARG_INFO(0, code)
+ ZEND_ARG_INFO(0, previous)
ZEND_END_ARG_INFO()
const static zend_function_entry default_exception_functions[] = {
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php