summaryrefslogtreecommitdiff
path: root/sapi/isapi
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-04 13:38:47 +0000
committerWez Furlong <wez@php.net>2003-12-04 13:38:47 +0000
commita5cf8362603d1f0a40ce1e0ccbf326a28e741777 (patch)
tree9d13652caf852833c80ea01f60d5f9f1704868f7 /sapi/isapi
parentbcbc036ac1989e646a3281b7a5843eb21ac8b42c (diff)
downloadphp-git-a5cf8362603d1f0a40ce1e0ccbf326a28e741777.tar.gz
Fix libxml to use static lib if found.
Disable apache and isapi by default. Add some smarts so that we can really build extensions and SAPI found in php-src/pecl and/or php-src/../pecl. Only include a logo in the resources if we are building an .exe.
Diffstat (limited to 'sapi/isapi')
-rw-r--r--sapi/isapi/config.w322
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');