diff options
Diffstat (limited to 'sapi/isapi/config.w32')
| -rw-r--r-- | sapi/isapi/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/config.w32 b/sapi/isapi/config.w32 index c1a9765641..957fd01635 100644 --- a/sapi/isapi/config.w32 +++ b/sapi/isapi/config.w32 @@ -1,7 +1,7 @@ // vim:ft=javascript // $Id$ -ARG_ENABLE('isapi', 'Build ISAPI version of PHP', 'yes'); +ARG_ENABLE('isapi', 'Build ISAPI version of PHP', 'no'); if (PHP_ISAPI == "yes") { SAPI('isapi', 'php4isapi.c', 'php' + PHP_VERSION + 'isapi.dll', '/D PHP4ISAPI_EXPORTS'); |
