[GIT-PULLS] [php-src] PR #23053: [skip ci] Add UPGRADING.INTERNALS entry for php_stream_wrapper_log_error
[email protected] (lazerg)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23053 Author: lazerg php_stream_wrapper_log_error() went from 3 parameters to 7 in 8.6, which breaks extensions that call it (sqlsrv and php-rar both do) with nothing in UPGRADING.INTERNALS to point at. This adds an entry with the new signature and the values to pass to keep the old behaviour, based on the advice given in the issue. Closes #22958