On Tue, May 11, 2021 at 10:52 AM Nikita Popov <nikita....@gmail.com> wrote:
> Hi internals, > > I'd like to propose the depreciation of the ticks mechanism: > https://wiki.php.net/rfc/deprecate_ticks > > I'm submitting this separately from the PHP 8.1 deprecations RFC, as this > is a language change, even if not a particularly important one... > > Regards, > Nikita > To cross post a comment from the PR, in https://github.com/php/php-src/pull/6967#issuecomment-841344456 someone mentions that they intercept and rewrite all included files to add declare(ticks=N) in order to perform memory usage / performance monitoring. Regards, Nikita