PHP 8.5.0 Beta 1 available for testing

Voting

: min(three, four)?
(Example: nine)

The Note You're Voting On

Bob
19 years ago
If you are scratching your head why NuSOAP not working on PHP 5.x , the reason is this built-in SOAP Extenstion uses same soapclient() class name as Nusoap.

replace 'soapclient' with 'soapclient_xxx' in nusoap.php and you are good to go...

<< Back to user notes page

To Top