Skip to content

Promote some warnings from streams to errors. #5076

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

Closed
wants to merge 1 commit into from

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Jan 11, 2020

Just seeing which tests need fixing with CI help

Edit: apparently none

@Girgias Girgias marked this pull request as ready for review January 11, 2020 03:14
@Girgias Girgias force-pushed the streams-warnings-to-errors branch from 3807b2c to fdb34e1 Compare January 20, 2020 03:11
@@ -1561,6 +1561,7 @@ PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char
*(cwd+3) = '\0';

if (snprintf(trypath, MAXPATHLEN, "%s%s", cwd, filename) >= MAXPATHLEN) {
/* Raise to warning? */
Copy link
Member Author

Choose a reason for hiding this comment

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

@nikic Should I remove those comments or promote the notices to warnings?

@php-pulls php-pulls closed this in b3f17ea Feb 4, 2020
@Girgias Girgias deleted the streams-warnings-to-errors branch February 4, 2020 21:27
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.

4 participants