Skip to content

[skip ci] Add UPGRADING.INTERNALS entry for php_stream_wrapper_log_error - #23053

Merged
Girgias merged 1 commit into
php:masterfrom
lazerg:fix/issue-22958-log-error-upgrading-internals
Aug 5, 2026
Merged

[skip ci] Add UPGRADING.INTERNALS entry for php_stream_wrapper_log_error#23053
Girgias merged 1 commit into
php:masterfrom
lazerg:fix/issue-22958-log-error-upgrading-internals

Conversation

@lazerg

@lazerg lazerg commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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

@Girgias
Girgias merged commit 1b12ea7 into php:master Aug 5, 2026
2 checks passed
@Girgias

Girgias commented Aug 5, 2026

Copy link
Copy Markdown
Member

Thank you!

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

Successfully merging this pull request may close these issues.

php_stream_wrapper_log_error() number of args changed in PHP 8.6.0

2 participants