From 23258ef14581d8b0326db95f7ab09813c5ff265a Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 4 Feb 2002 11:55:12 +0000 Subject: [PATCH] Remove TSRMLS_FETCH() does not need --- ext/mbstring/mbstring.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 8e1041d3084..cc06c9219ba 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));