]> granicus.if.org Git - php/commitdiff
- It's OK if we link dynamically.
authorAndi Gutmans <andi@php.net>
Sat, 16 Oct 1999 11:57:52 +0000 (11:57 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 16 Oct 1999 11:57:52 +0000 (11:57 +0000)
sapi/cgi/cgi_main.c

index 2346cfab8d3b01e4a35d28fc1bf99e7c96aeca37..4a165b80c553ff01ac5263a729c11ee4d1a22e69 100644 (file)
@@ -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) {