summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Knowles <alan_k@php.net>2003-03-14 02:10:23 +0000
committerAlan Knowles <alan_k@php.net>2003-03-14 02:10:23 +0000
commit65a71f4331f98f90c88f00ce01d7ad1f021553a8 (patch)
tree4cb711cecdbfcc67722ba995d115241dfe652df7
parent0e2f675c873acaf4f2dc626db6764893622d4b1c (diff)
downloadphp-git-65a71f4331f98f90c88f00ce01d7ad1f021553a8.tar.gz
fix package file - note the package is called ext_soap - I suspect it will conflict with SOAP if downloaded - anyone want to comment on ideas for this...
-rw-r--r--ext/soap/package.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/package.xml b/ext/soap/package.xml
index 34c0395dcf..fa93d9959a 100644
--- a/ext/soap/package.xml
+++ b/ext/soap/package.xml
@@ -2,7 +2,7 @@
<!-- do not use the "Type" attribute here, that one is only for
generated package.xml files -->
<package>
- <name>soap</name>
+ <name>ext_soap</name>
<summary>Provides SOAP Services</summary>
<description>
Description of package....
@@ -54,7 +54,7 @@
<file role="src">php_xml.c</file>
<file role="src">php_xml.h</file>
<file role="src">soap.c</file>
- <file role="src">soap.dsp</file>
+ <file role="src">php_soap.dsp</file>
</dir>
</filelist>
</package>