PHP Extension 5.23.0 released
- New Feature: Automated instrumentation of TYPO3.
- Improvement: Calls to the magic
__call()
and__callStatic()
methods are now disambiguated in the Callgraph by their first parameter (the called method name). - Bugfix:
Profiler::getLayerMetrics()
now consistently returns an empty array when Tideways is inactive (e.g. when no API key is configured). - Bugfix: Fix possible crash when calling
curl_multi_add_handle()
is slow. - Bugfix: Improve detection of requests for non-existent PHP scripts in FPM to avoid creating bogus transactions.