PHP Extension 5.30.0 released
- New Feature: Add support for PHP 8.5.
- Improvement: Predis calls now have an annotation indicating the (approximate) size of the response without protocol overhead.
- Improvement: Instrument
frankenphp_finish_request(). Its aliasfastcgi_finish_request()(used for PHP-FPM) already worked with FrankenPHP. Now the FrankenPHP-specific name also works. - Improvement: Decrease
tideways.stack_thresholdto 1ms and increasetideways.backtrace_limitto 10 to capture more and more useful stacktraces. - Bugfix: Fix automated worker mode instrumentation for Yii queues in monitoring mode.