Re: [PHP-DEV] PHP 8.2 Active Support Closed Reminder

2024-11-28 Thread Jakub Zelenka
On Tue, Nov 19, 2024 at 6:46 PM Sergey Panteleev wrote: > Hi, all! > > Just a friendly reminder, > > according to the supported versions page [1], > active support for PHP-8.2 ends on 31 December 2024. > > Since our release cycle has a release falling on 19 December, > this means PHP 8.2.27 is th

[PHP-DEV] opcache_is_script_cached(...) for file cache

2024-11-28 Thread Samuel Melrose
Hello, I'd like to propose a version of `opcache_is_script_cached(...)` that supports checking the file cache, rather than just SHM. This would be useful when paired with `opcache.file_cache_read_only`, as it would allow us to more easily check the cache is being used at runtime. It'll also allo