]> granicus.if.org Git - php/commitdiff
- Fix Windows build
authorAndi Gutmans <andi@php.net>
Thu, 20 Nov 2003 09:14:51 +0000 (09:14 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 20 Nov 2003 09:14:51 +0000 (09:14 +0000)
ext/standard/head.c

index 305b3fc750c2cba1cd713349ab1d7d1be4e6c9b9..87fe5f65a7bf1d56aab9a1694c96a41a7218663e 100644 (file)
@@ -246,7 +246,7 @@ PHP_FUNCTION(headers_list)
                RETURN_FALSE;
        }
        array_init(return_value);
-       zend_llist_apply_with_argument(&SG(sapi_headers).headers, php_head_apply_header_list_to_hash, return_value);
+       zend_llist_apply_with_argument(&SG(sapi_headers).headers, php_head_apply_header_list_to_hash, return_value TSRMLS_CC);
 }
 /* }}} */