Browse Source

UNIX CGI build fix

experimental/newoperator
Zeev Suraski 27 years ago
parent
commit
e6257bc388
  1. 5
      cgi_main.c

5
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
#endif
Loading…
Cancel
Save