You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix deprecation warning on PHP 8.4 with xml_set_object()
RuntimeException: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to xml_set_*_handler() functions on line 6808 in file vendor/econea/nusoap/src/nusoap.php
Fix: The issue causing a Deprecated error in PHP 8.2 has been fixed. …
…The variable $substrXml is no longer used, as it was erroneously receiving null for the offset and is now irrelevant.