From: Yasuo Ohgaki Date: Mon, 4 Feb 2002 11:55:12 +0000 (+0000) Subject: Remove TSRMLS_FETCH() does not need X-Git-Tag: BEFORE_NEW_OBJECT_MODEL~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23258ef14581d8b0326db95f7ab09813c5ff265a;p=php Remove TSRMLS_FETCH() does not need --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 8e1041d308..cc06c9219b 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -552,7 +552,6 @@ PHP_RINIT_FUNCTION(mbstring) int n, *list, *entry; zend_function *func, *orig; struct mb_overload_def *p; - TSRMLS_FETCH(); MBSTRG(current_language) = MBSTRG(language); MBSTRG(current_internal_encoding) = MBSTRG(internal_encoding); @@ -610,7 +609,6 @@ PHP_RSHUTDOWN_FUNCTION(mbstring) { struct mb_overload_def *p; zend_function *orig; - TSRMLS_FETCH(); if (MBSTRG(current_detect_order_list) != NULL) { efree(MBSTRG(current_detect_order_list));