Package: nusoap / 0.7.3-5

Metadata

Package Version Patches format
nusoap 0.7.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
php5.3 from NuSOAP for PHP 5.3.patch | (download)

lib/class.nusoap_base.php | 18 10 + 8 - 0 !
lib/class.soap_parser.php | 6 3 + 3 - 0 !
lib/class.soap_server.php | 12 6 + 6 - 0 !
lib/class.soap_transport_http.php | 6 3 + 3 - 0 !
lib/class.soapclient.php | 8 4 + 4 - 0 !
lib/class.wsdl.php | 8 4 + 4 - 0 !
lib/nusoap.php | 75 39 + 36 - 0 !
7 files changed, 69 insertions(+), 64 deletions(-)

---
fixes wrong curlopt ssl verifyhost.patch | (download)

lib/class.soap_transport_http.php | 2 1 + 1 - 0 !
lib/nusoap.php | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 <short summary of the patch>
 Uses:
 setCurlOption(CURLOPT_SSL_VERIFYHOST, 2);
 instead of:
 setCurlOption(CURLOPT_SSL_VERIFYHOST, 1);