]> granicus.if.org Git - php/commitdiff
MFH
authorStefan Esser <sesser@php.net>
Tue, 24 Dec 2002 23:50:21 +0000 (23:50 +0000)
committerStefan Esser <sesser@php.net>
Tue, 24 Dec 2002 23:50:21 +0000 (23:50 +0000)
sapi/cgi/cgi_main.c

index 19b6780bbf905637d1c94b75bc25abbd1ab36c4b..90256573921e523f8a1020bfae4087b583d53861 100644 (file)
@@ -121,7 +121,7 @@ extern int ap_php_optind;
 
 #if ENABLE_PATHINFO_CHECK
 /* true global.  this is retreived once only, even for fastcgi */
-int fix_pathinfo=1;
+long fix_pathinfo=1;
 #endif
 
 #ifdef PHP_WIN32