Skip to content
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

Fix GH-2209: update return value and changelog of stream_set_chunk_size() #2663

Merged

Conversation

alexandre-daubois
Copy link
Contributor

Fix #2209

Comment on lines 49 to 51
Prior to PHP 8.0.0, the function returned &false; if
<parameter>size</parameter> is less than 1 or greater than
<constant>PHP_INT_MAX</constant>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this (and the same bit in the Error section) should be deleted and moved to the changelog section, with similar phrasing from other changelog entries

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you go 🙂

@Girgias Girgias merged commit 145067d into php:master Aug 10, 2023
2 checks passed
@alexandre-daubois alexandre-daubois deleted the stream-set-chunk-size-changelog branch August 10, 2023 17:33
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.

stream_set_chunk_size() missing changelog entry for ValueError
2 participants