summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-10-16 11:57:52 +0000
committerAndi Gutmans <andi@php.net>1999-10-16 11:57:52 +0000
commit133c95cf8c9476bc06da7ef7fc2a945765ab11c5 (patch)
treefd82d1cc8186d2798d6f7a69e1fb3cf4c6347a30
parentad84f02efbbcf165f5e24770c0dfa1674442406a (diff)
downloadphp-git-133c95cf8c9476bc06da7ef7fc2a945765ab11c5.tar.gz
- It's OK if we link dynamically.
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 0 insertions, 2 deletions
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) {