summaryrefslogtreecommitdiff
path: root/ext/soap/config.m4
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-03-04 23:01:24 +0000
committerWez Furlong <wez@php.net>2003-03-04 23:01:24 +0000
commit8e5aaa0e7cb6b79f3459f79bc4aa6bf64ac593e4 (patch)
treea9bb1b7f39252223c850690215700244efea2719 /ext/soap/config.m4
parent6efd9ea5c4f5d1d849bc5885050b87d0bf2cff10 (diff)
downloadphp-git-8e5aaa0e7cb6b79f3459f79bc4aa6bf64ac593e4.tar.gz
Miscellaneous compilation warning, coding standards, build related,
memory leak and segfault related fixes. The simple soap client/server code examples now run without leaking or segfaulting.
Diffstat (limited to 'ext/soap/config.m4')
-rw-r--r--ext/soap/config.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/soap/config.m4 b/ext/soap/config.m4
index 3d5672b3fb..d730222325 100644
--- a/ext/soap/config.m4
+++ b/ext/soap/config.m4
@@ -1,12 +1,7 @@
dnl $Id$
dnl config.m4 for extension soap
-dnl Comments in this file start with the string 'dnl'.
-dnl Remove where necessary. This file will not work
-dnl without editing.
-
PHP_ARG_ENABLE(soap, whether to enable soap support,
-Make sure that the comment is aligned:
[ --enable-soap[=DIR] Enable soap support. DIR is libxml2
library directory.])