]> granicus.if.org Git - php/commitdiff
Fix ZTS build.
authorSebastian Bergmann <sebastian@php.net>
Fri, 6 Oct 2006 03:48:00 +0000 (03:48 +0000)
committerSebastian Bergmann <sebastian@php.net>
Fri, 6 Oct 2006 03:48:00 +0000 (03:48 +0000)
ext/curl/multi.c

index d74711be47d2706435ed0aff70fe24ba417189a1..632a15e6370232111e7ed891ec7206678cc3f2b6 100644 (file)
@@ -102,6 +102,7 @@ void _php_curl_multi_cleanup_list(void *data) /* {{{ */
 {
        zval *z_ch = (zval *)data;
        php_curl *ch;
+       TSRMLS_FETCH();
 
        if (!z_ch) {
                return;