From: Andi Gutmans Date: Sat, 1 Jun 2002 10:27:51 +0000 (+0000) Subject: - Reapply netware patch X-Git-Tag: php-4.3.0dev_zend2_alpha1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d5862d75a0df51caa09dc7107dd05a18c026ce5;p=php - Reapply netware patch --- diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 9a33179834..812d5ffff9 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -80,7 +80,7 @@ static void php_apache_globals_ctor(php_apache_info_struct *apache_globals TSRML static PHP_MINIT_FUNCTION(apache) { #ifdef ZTS - ts_allocate_id(&php_apache_info_id, sizeof(php_apache_info_struct), php_apache_globals_ctor, NULL); + ts_allocate_id(&php_apache_info_id, sizeof(php_apache_info_struct), (ts_allocate_ctor) php_apache_globals_ctor, NULL); #else php_apache_globals_ctor(&php_apache_info TSRMLS_CC); #endif