PHP 7 Compatibility
-
PHP 7 is pretty amazing, but unfortunately it broke backwards compatibility with the way
debug_backtrace()
has fundamentally worked in the past, which P3 and other profilers rely heavily on to profile the call stack.As you can imagine, this is going to take a considerable amount of planning, time and help because we would essentially be throwing away what we have and starting from scratch.
Additionally, whatever approach is decided for the profiler engine to work on PHP 7 would still need to be PHP 5.4 compatible as well, at minimum.
Resource: https://github.com/godaddy/wp-p3-profiler/issues/2
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP 7 Compatibility’ is closed to new replies.