The SOAP_FUNCTIONS_ALL constant was deprecated in PHP 8.4:
php/php-src@42497c1
Would it be fairly safe (not harm PHP 7-8.3 applications) to remove reference to SOAP_FUNCTIONS_ALL here:
https://github.com/Shardj/zf1-future/blob/master/library/Zend/Soap/Server.php
and here:
https://github.com/Shardj/zf1-future/blob/master/tests/Zend/Soap/ServerTest.php
I don't see the purpose for SOAP_FUNCTIONS_ALL but would be interested to know if anyone found it essential.