Skip to content

Update SoapServer::addFunction to reflect deprecation of SOAP_FUNCTIONS_ALL #4433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dregad opened this issue Jan 31, 2025 · 1 comment
Closed

Comments

@dregad
Copy link
Contributor

dregad commented Jan 31, 2025

From manual page: https://php.net/soapserver.addfunction


According to https://www.php.net/manual/en/migration84.deprecated.php

Passing an int to SoapServer::addFunction() is now deprecated. If all PHP functions need to be provided flatten the array returned by get_defined_functions().

The SOAP_FUNCTIONS_ALL constant is now deprecated.

The documentation should be updated accordingly

@Girgias
Copy link
Member

Girgias commented Feb 6, 2025

Duplicate of #3872

@Girgias Girgias marked this as a duplicate of #3872 Feb 6, 2025
@Girgias Girgias closed this as completed Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants