]> granicus.if.org Git - php/commitdiff
Fixed ZTS build
authorEdin Kadribasic <edink@php.net>
Sun, 15 Jun 2003 11:50:17 +0000 (11:50 +0000)
committerEdin Kadribasic <edink@php.net>
Sun, 15 Jun 2003 11:50:17 +0000 (11:50 +0000)
sapi/nsapi/nsapi.c

index 197ccb2b9f84bbddbff8e223e64d4c52088b3d6c..ebbf470c9b92f3640de6234a51dff61e4f6a1c18 100644 (file)
@@ -337,7 +337,7 @@ PHP_FUNCTION(virtual)
                RETURN_FALSE;
        } else {
                php_end_ob_buffers(1 TSRMLS_CC);
-               php_header();
+               php_header(TSRMLS_C);
 
                /* do the sub-request */
                /* thanks to Chris Elving from Sun for this code sniplet */
@@ -422,7 +422,7 @@ PHP_FUNCTION(nsapi_response_headers)
                RETURN_FALSE;
        }
 
-       php_header();
+       php_header(TSRMLS_C);
 
        for (i=0; i < rc->rq->srvhdrs->hsize; i++) {
                entry=rc->rq->srvhdrs->ht[i];