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

sapi/cgi: fix buffer limit on windows. #14022

Closed

Conversation

devnexen
Copy link
Member

MSDN recommends dropping the deprecated read in favor of _read. Also, the buffer size limit is INT_MAX.

MSDN recommends dropping the deprecated `read` in favor of `_read`.
Also, the buffer size limit is INT_MAX.
@devnexen devnexen marked this pull request as ready for review April 20, 2024 20:00
@devnexen devnexen requested a review from bukka as a code owner April 20, 2024 20:00
@devnexen devnexen requested a review from nielsdos April 30, 2024 22:43
Copy link
Member

@nielsdos nielsdos left a comment

Choose a reason for hiding this comment

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

This is right.
We had a similar problem in ext/standard a while ago.

@devnexen devnexen closed this in 7484394 May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants