]> granicus.if.org Git - php/commitdiff
- Remove ISAPI project from main dir as it's been copied to sapi/isapi
authorAndi Gutmans <andi@php.net>
Sun, 14 Nov 1999 19:46:31 +0000 (19:46 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 14 Nov 1999 19:46:31 +0000 (19:46 +0000)
php4ts.dsw
sapi/isapi/php4isapi.c

index cc2e72b1a8f8d04aaf88030ef5741f8601c8503a..86c8fb312b8845dae11d887b5a7b69cde8bcd96f 100644 (file)
@@ -48,7 +48,7 @@ Package=<4>
 \r
 ###############################################################################\r
 \r
-Project: "php4isapi"=.\php4isapi\php4isapi.dsp - Package Owner=<4>\r
+Project: "php4isapi"=.\sapi\isapi\php4isapi.dsp - Package Owner=<4>\r
 \r
 Package=<5>\r
 {{{\r
index ce206b5efc84dcb1cf93b605db14fab6439bb822..b352c32a89eb3b1196a347e7ca7c950c33fc460d 100644 (file)
@@ -29,7 +29,9 @@
 #include "php_globals.h"
 #include "ext/standard/info.h"
 
+#ifdef WITH_ZEUS
 #include "zeus.h"
+#endif
 
 #define MAX_STATUS_LENGTH sizeof("xxxx LONGEST STATUS DESCRIPTION")
 #define ISAPI_SERVER_VAR_BUF_SIZE 1024