Skip to content
Snippets Groups Projects
  • Scato Eggen's avatar
    Invalidate opcache after writing a file · cd8179d7
    Scato Eggen authored
    When opcache.validate_timestamps is disabled, then the new metadata will not be read after a metarefresh.
    This can be solved by adding the metadata file to an opcache blacklist, but calling opcache_invalidate()
    after writing a file is a nice out-of-the-box solution.
    
    Hopefully, this will enable everybody that is using simplesamlphp to disable opcache.validate_timestamps
    without running into problems.
    cd8179d7
Code owners
Assign users and groups as approvers for specific file changes. Learn more.