Skip to content

Remove SOAP_FUNCTIONS_ALL for 8.4 compatibility if safe to do #508

@alanseiden

Description

@alanseiden

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions