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!
-
WordPress Accessibility Day 2025
October 15 - 16, 2025 Team Yoast is Attending, Organizing, Sponsoring at WordPress Accessibility Day 2025! Click through to see who will be there, what we will do, and more! See where you can find us next » -
Webinar by Bluehost: Securing client websites - WordPress security best practices
16 October 2025 Protect your WordPress site with effective security measures. In this Bluehost webinar, discover best practices and gain a clear roadmap. All Yoast SEO Webinars
Discussion (7)