]> granicus.if.org Git - php/commitdiff
fix typo
authorDaniel Beulshausen <dbeu@php.net>
Mon, 14 May 2001 10:30:30 +0000 (10:30 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Mon, 14 May 2001 10:30:30 +0000 (10:30 +0000)
sapi/apache/php_apache.c

index 9a055d76a3ff61110b9abf712a1c3cab42b1a342..8feca1bd0dd80776a8aed7785758a041e1547e53 100644 (file)
@@ -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