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 file() flags error-check #11483

Closed
wants to merge 4 commits into from

Commits on Jun 19, 2023

  1. fix file() flags error-check

    the old flag check was flawed and would miss some flags, for example:
    file(__FILE__, FILE_APPEND);
    is invalid, but the old flags error check would miss it: https://3v4l.org/b2W9u
    divinity76 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c726ea2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. formatting error

    divinity76 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4d7a4f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    efb4432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf6ce0 View commit details
    Browse the repository at this point in the history