From aa0ed267a29b83099715c48f25bcbf9642bf7bb2 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 16 Sep 2010 09:13:19 +0000 Subject: - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert --- ext/pspell/pspell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pspell') diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index bc4af64094..ae7c173699 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -347,7 +347,7 @@ static PHP_FUNCTION(pspell_new) } manager = to_pspell_manager(ret); - ind = zend_list_insert(manager, le_pspell); + ind = zend_list_insert(manager, le_pspell TSRMLS_CC); RETURN_LONG(ind); } /* }}} */ -- cgit v1.2.1