Adam Maccabee Trachtenberg wrote:
> I pretty much take it for granted that people are going to need to
> fetch the WSDL file from a remote location.
Not to mention do anything useful with it, like run queries :-)
> Are you therefore saying SOAP support should be 100% diabled when
> allow_url_fopen is off?
SOAP is not disabled, simply prevented from querying remote data sources
directly.
> Do you apply the same limitations to, for
> example, cURL?
No, nor does it prevent fsockopen() or equivalent from being used to run
queries.
Ilia