From: Andi Gutmans Date: Sat, 16 Oct 1999 11:57:52 +0000 (+0000) Subject: - It's OK if we link dynamically. X-Git-Tag: php-4.0b3_RC2~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=133c95cf8c9476bc06da7ef7fc2a945765ab11c5;p=php - It's OK if we link dynamically. --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 2346cfab8d..4a165b80c5 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -453,7 +453,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine php_module_shutdown(); return FAILURE; } else if (file_handle.handle.fp && file_handle.handle.fp!=stdin) { -#if !(WIN32|WINNT) /* #!php support */ c = fgetc(file_handle.handle.fp); if (c == '#') { @@ -464,7 +463,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine } else { rewind(file_handle.handle.fp); } -#endif } switch (behavior) {