PHP Extension 5.9.2 released
- New Feature: Automated instrumentation of WoltLab Suite.
- Bugfix: Fix possible crash when using
Profiler::watchCallback()
with the magic__call()
and__callStatic()
methods. - Bugfix: The retrieval of tracepoints from the daemon now reliably takes
tideways.timeout
into account. Previously some requests might have used a timeout of0
, leading to spurious failures in tracepoint retrieval. - Bugfix: Dynamic tracepoints are now reliably retrieved from the daemon before the processing of the first transaction. Previously they were only available starting with the second transaction.
- Bugfix: Tracepoint retrieval on the CLI is now implicitly disabled when
tideways.enable_cli=0
. Previously thetideways.dynamic_tracepoints.elevated_sample_rate
would still apply on CLI if any tracepoints were available, implicitly bypassingtideways.enable_cli=0
.