[GIT-PULLS] [php-src] PR #22706: ext/soap: Improve SOAP scalar decoding error messages
[email protected] (LamentXU123)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22706 Author: LamentXU123 ext/soap reported many malformed scalar values as the generic: > SOAP-ERROR: Encoding: Violation of encoding rules which is utterly useless, and I don't even know which encoding method has what problem to be fixed. This PR gives every these vague error message a better version, by at least claim out what is wrong and why.