On 23/11/2018 23:49, Zeev Suraski wrote:
I'm not sure if you're missing anything fundamental - it's just that
the preload.php file Dmitry's referring to (the one that's responsible
to loading all the other files) - is one file that's pretty much by
definition, will be of no use at any later poi
Hi!
>> I'm not sure if you're missing anything fundamental - it's just that
>> the preload.php file Dmitry's referring to (the one that's responsible
>> to loading all the other files) - is one file that's pretty much by
>> definition, will be of no use at any later point in the lifetime of
>> the
Adding to the pile of "it's an edge case", since the preload scripts will
be procedural, wouldn't it be sufficient to call
`opcache_invalidate(__FILE__)` at the end of them?
On Sat, 24 Nov 2018, 20:57 Stanislav Malyshev Hi!
>
> >> I'm not sure if you're missing anything fundamental - it's just t