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: How to start with SEO
21 October 2025 Learn how to start your SEO journey the right way with our free webinar. Perfect for beginners seeking to improve website performance 🚀 . All Yoast SEO Webinars
Discussion (7)