diff options
author | Wez Furlong <wez@php.net> | 2003-12-04 13:38:47 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-12-04 13:38:47 +0000 |
commit | a5cf8362603d1f0a40ce1e0ccbf326a28e741777 (patch) | |
tree | 9d13652caf852833c80ea01f60d5f9f1704868f7 /sapi/isapi | |
parent | bcbc036ac1989e646a3281b7a5843eb21ac8b42c (diff) | |
download | php-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.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'); |