From 0f60b4b8a5ae4f7538dba7f79443b235f13c279b Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Mon, 14 May 2001 10:30:30 +0000 Subject: fix typo --- sapi/apache/php_apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache/php_apache.c') diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 9a055d76a3..8feca1bd0d 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -99,7 +99,7 @@ static void php_apache_globals_ctor(php_apache_info_struct *apache_globals) static PHP_MINIT_FUNCTION(apache) { #ifdef ZTS - php_apache_info_id = ts_allocate_id(sizeof(php_apache_info_struct), ts_allocate_ctor, NULL); + php_apache_info_id = ts_allocate_id(sizeof(php_apache_info_struct), php_apache_globals_ctor, NULL); #else php_apache_globals_ctor(&php_apache_info); #endif -- cgit v1.2.1