andi Thu Nov 20 04:14:51 2003 EDT Modified files: /php-src/ext/standard head.c Log: - Fix Windows build Index: php-src/ext/standard/head.c diff -u php-src/ext/standard/head.c:1.72 php-src/ext/standard/head.c:1.73 --- php-src/ext/standard/head.c:1.72 Wed Nov 19 16:10:29 2003 +++ php-src/ext/standard/head.c Thu Nov 20 04:14:51 2003 @@ -15,7 +15,7 @@ | Author: Rasmus Lerdorf <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: head.c,v 1.72 2003/11/19 21:10:29 pollita Exp $ */ +/* $Id: head.c,v 1.73 2003/11/20 09:14:51 andi Exp $ */ #include <stdio.h> @@ -246,7 +246,7 @@ 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); } /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php