diff options
Diffstat (limited to 'ext/spl/spl_exceptions.c')
-rwxr-xr-x | ext/spl/spl_exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_exceptions.c b/ext/spl/spl_exceptions.c index 6457fc4c42..1e9584a60b 100755 --- a/ext/spl/spl_exceptions.c +++ b/ext/spl/spl_exceptions.c @@ -47,7 +47,7 @@ PHPAPI zend_class_entry *spl_ce_RangeException; PHPAPI zend_class_entry *spl_ce_UnderflowException; PHPAPI zend_class_entry *spl_ce_UnexpectedValueException; -#define spl_ce_Exception zend_exception_get_default() +#define spl_ce_Exception zend_exception_get_default(TSRMLS_C) /* {{{ PHP_MINIT_FUNCTION(spl_exceptions) */ PHP_MINIT_FUNCTION(spl_exceptions) |