diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-26 19:48:10 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-26 19:48:10 +0000 |
commit | 7375ca558803463a05094c6eda451dcde82d4b34 (patch) | |
tree | ee169824ffc160fd2a35817e0f92ac9698e414ec /cgi_main.c | |
parent | 48de4ce0dd006fb7fe1f1362f225898fc659d86a (diff) | |
download | php-git-7375ca558803463a05094c6eda451dcde82d4b34.tar.gz |
Temporary fix for CGI compilation under UNIX
Diffstat (limited to 'cgi_main.c')
-rw-r--r-- | cgi_main.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgi_main.c b/cgi_main.c index d53905390c..190d930ff9 100644 --- a/cgi_main.c +++ b/cgi_main.c @@ -3,6 +3,8 @@ #include "SAPI.h" +#if CGI_BINARY + #include <stdio.h> #include "php.h" #ifdef MSVC5 @@ -362,3 +364,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine php_module_shutdown(); return SUCCESS; } + + +#endif
\ No newline at end of file |