PHP5 and NUSOAP
So last weekend I installed PHP5 on my server, to finally be able to do some new stuff, and this, it seemed, created some trouble with my SEO scripts that used NUSOAP. What is the problem? Well it’s easy: PHP5 has a soapclient
built in, and this causes trouble :).
The solution is easy as well, rename class soapclient
and function soapclient
to nusoapclient
in nusoap.php
, and make sure you use new nusoapclient
instead of new soapclient
in your scripts.
Coming up next!
-
Stay tuned
Sorry! We don’t have an event planned at the moment.
Keep an eye on our site and social media to stay up-to-date. See where you can find us next » -
SEO webinar
Webinar: How to start with SEO (September 11, 2024)
11 September 2024 Learn how to start your SEO journey the right way with our free webinar. Get practical tips and answers to all your questions in the live Q&A! All Yoast SEO webinars »
7 Responses to PHP5 and NUSOAP