- Remove ISAPI project from main dir as it's been copied to sapi/isapi

This commit is contained in:
Andi Gutmans 1999-11-14 19:46:31 +00:00
parent 6755a85a38
commit f3bcc012c6
2 changed files with 3 additions and 1 deletions

View file

@ -48,7 +48,7 @@ Package=<4>
###############################################################################
Project: "php4isapi"=.\php4isapi\php4isapi.dsp - Package Owner=<4>
Project: "php4isapi"=.\sapi\isapi\php4isapi.dsp - Package Owner=<4>
Package=<5>
{{{

View 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