mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Remove ISAPI project from main dir as it's been copied to sapi/isapi
This commit is contained in:
parent
6755a85a38
commit
f3bcc012c6
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
|
|
|
@ -29,7 +29,9 @@
|
||||||
#include "php_globals.h"
|
#include "php_globals.h"
|
||||||
#include "ext/standard/info.h"
|
#include "ext/standard/info.h"
|
||||||
|
|
||||||
|
#ifdef WITH_ZEUS
|
||||||
#include "zeus.h"
|
#include "zeus.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MAX_STATUS_LENGTH sizeof("xxxx LONGEST STATUS DESCRIPTION")
|
#define MAX_STATUS_LENGTH sizeof("xxxx LONGEST STATUS DESCRIPTION")
|
||||||
#define ISAPI_SERVER_VAR_BUF_SIZE 1024
|
#define ISAPI_SERVER_VAR_BUF_SIZE 1024
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue