diff options
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 |