]> granicus.if.org Git - php/commitdiff
Fix ZTS build.
authorAndrei Zmievski <andrei@php.net>
Mon, 22 Oct 2001 16:07:34 +0000 (16:07 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 22 Oct 2001 16:07:34 +0000 (16:07 +0000)
ext/session/session.c

index 9a9708a6cc2ae66fae497e1647284a55c1c2bbb2..7fe8b5a1aca3edcc0c0ef36a21888ad1a1467dc8 100644 (file)
@@ -1182,7 +1182,6 @@ PHP_FUNCTION(session_cache_expire)
        zval **p_cache_expire;
        int ac = ZEND_NUM_ARGS();
        long old;
-       PSLS_FETCH();
 
        old = PS(cache_expire);