From: Zeev Suraski Date: Sun, 2 May 1999 19:01:45 +0000 (+0000) Subject: UNIX CGI build fix X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6257bc388a9f7fe6cc78249f084d877506351f8;p=php UNIX CGI build fix --- diff --git a/cgi_main.c b/cgi_main.c index db3ecaac57..2fe4e50ecd 100644 --- a/cgi_main.c +++ b/cgi_main.c @@ -142,7 +142,10 @@ int main(int argc, char *argv[]) } #endif +#ifdef ZTS tsrm_startup(1,1,0); +#endif + sapi_startup(&sapi_module); #if WIN32|WINNT @@ -378,4 +381,4 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine } -#endif \ No newline at end of file +#endif