summaryrefslogtreecommitdiff
path: root/ext/soap/config.w32
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/config.w32')
-rw-r--r--ext/soap/config.w3215
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/soap/config.w32 b/ext/soap/config.w32
deleted file mode 100644
index 048fd70ca1..0000000000
--- a/ext/soap/config.w32
+++ /dev/null
@@ -1,15 +0,0 @@
-// $Id$
-// vim:ft=javascript
-
-ARG_ENABLE("soap", "SOAP support", "no");
-
-if (PHP_SOAP != "no" && PHP_LIBXML == "yes") {
- EXTENSION('soap', 'soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c php_xml.c');
- AC_DEFINE('HAVE_PHP_SOAP', 1, "SOAP support");
-
- if (!PHP_SOAP_SHARED) {
- ADD_FLAG('CFLAGS_SOAP', "/D LIBXML_STATIC ");
- }
- ADD_EXTENSION_DEP('soap', 'libxml');
-}
-