]> granicus.if.org Git - php/commitdiff
Remove TSRMLS_FETCH() does not need
authorYasuo Ohgaki <yohgaki@php.net>
Mon, 4 Feb 2002 11:55:12 +0000 (11:55 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Mon, 4 Feb 2002 11:55:12 +0000 (11:55 +0000)
ext/mbstring/mbstring.c

index 8e1041d30849a416f384de6334b1210b49867a81..cc06c9219ba94a68559c56cd9bbc0f2170658edd 100644 (file)
@@ -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));