PHP Extension 5.35.0 released
- Improvement: Add instrumentation support for Tempest 3’s ExceptionProcessor.
- Bugfix: Scripts
included,required orevald after the autoloader ran at least once will no longer be missing from the callgraph and function calls by those scripts will correctly be attributed to the script instead of the function that included the script. - Bugfix: Scripts
included orrequired from within a method will no longer misleadingly include the method’s class name within the function name within the callgraph and will be named by the script’s filename only instead. - Bugfix: Fix possible crash in Callgraph mode for long function names.