From: Marcus Boerger Date: Sat, 12 Jul 2008 14:59:46 +0000 (+0000) Subject: - Missed one line in merge X-Git-Tag: php-5.3.0alpha1~389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d34b08646d8930f267dfd185adb014a5b0ded9da;p=php - Missed one line in merge --- diff --git a/Zend/zend_exceptions.c b/Zend/zend_exceptions.c index 09ab09ab27..2ffca65082 100644 --- a/Zend/zend_exceptions.c +++ b/Zend/zend_exceptions.c @@ -558,6 +558,7 @@ static 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[] = {