Title: PHP 7 Support
Last modified: August 31, 2016

---

# PHP 7 Support

 *  [ianatkins](https://wordpress.org/support/users/ianatkins/)
 * (@ianatkins)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-7-support-3/)
 * Does P3 support php 7?
 * Seeing some odd results on the tests, or things really are blindingly fast (i
   doubt). Plugin impact is also 930862.9% (e.g. almost all the load time).
 * Total Load Time: 0.5758seconds avg.
    Site Load Time: 0.0001seconds avg. Profile
   Overhead: 0.5758seconds avg. Plugin Load Time: 0.5756seconds avg. Theme Load 
   Time: 0.0000seconds avg. Core Load Time: 0.0000seconds avg. Margin of Error: -
   0.5756seconds avg. (0.5758 observed, 1.1515 expected) Visits: 8 Number of PHP
   ticks: 5 calls avg. Memory Usage: 43.25 MB avg. MySQL Queries: 121 queries avg.
 * Versions:
    Wordpress 4.4.2, P3 1.5.3.9
 * [https://wordpress.org/plugins/p3-profiler/](https://wordpress.org/plugins/p3-profiler/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Mart456](https://wordpress.org/support/users/mjmcgowan/)
 * (@mjmcgowan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-7-support-3/#post-7175606)
 * Im also having issues with PHP 7 –
 * Does not appear to recognise other plugins only shows P3 (Plugin Performance 
   Profiler)
 *  [grafbmstu](https://wordpress.org/support/users/grafbmstu/)
 * (@grafbmstu)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/php-7-support-3/#post-7175630)
 * Hi. I have the same problem with PHP 7.
    “Turned off performance scanning.”
 *  [Michael](https://wordpress.org/support/users/mdorchain/)
 * (@mdorchain)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/php-7-support-3/#post-7175649)
 * Same issue here and last update was 12 month ago.
 *  [Dima Stefantsov](https://wordpress.org/support/users/dima-stefantsov/)
 * (@dima-stefantsov)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/php-7-support-3/#post-7175655)
 * Doesn’t work with PHP7.
 *  [helloeng](https://wordpress.org/support/users/helloeng/)
 * (@helloeng)
 * [10 years ago](https://wordpress.org/support/topic/php-7-support-3/#post-7175659)
 * Same here, just changed to PHP 7.0.4 and now P3 only recognizes ITSELF.
 *  [Jack](https://wordpress.org/support/users/moxie/)
 * (@moxie)
 * [10 years ago](https://wordpress.org/support/topic/php-7-support-3/#post-7175662)
 * Same here, only P3 is shown.
 *  [Duncan Michael-MacGregor](https://wordpress.org/support/users/duckonwater/)
 * (@duckonwater)
 * [10 years ago](https://wordpress.org/support/topic/php-7-support-3/#post-7175663)
 * Same issue here, P3 only showing itself.
 * Please P3 plugin authors, make this compatible with PHP7, most sites are now 
   moving to it so it would be worth the investment.
 *  [Saša](https://wordpress.org/support/users/stodorovic/)
 * (@stodorovic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/php-7-support-3/#post-8148986)
 * It’s same story with all plugins, ( Interconnectit, Godady, …).
 * [http://php.net/manual/en/migration70.incompatible.php](http://php.net/manual/en/migration70.incompatible.php)–
   PHP 7.0 changed behavior. Reason for all troubles is function debug_backtrace()
   which all plugins use for checking.
 * **Functions inspecting arguments report the current parameter**
    _func\_get\_arg(),
   func\_get\_args(), debug\_backtrace() and exception backtraces will no longer
   report the original value that was passed to a parameter, but will instead provide
   the current value (which might have been modified)._
 * `function do_tick() {`
    `// Get the current trace` `$trace = debug_backtrace();`
 * PHP 5.6 shows backtraces from function which is interrupted, but PHP 7.0 shows
   backtraces for do_tick function (and it always points to same file – plugin and
   you don’t see any other plugin).
 * Only old wp-profiler works, but it needs “coding” for each run. It doesn’t use
   register_tick_function, it use ‘all’ hook in WP.It seems that isn’t possible 
   to easy fix it, basically it has to create totally new logic.
 * Sasa

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘PHP 7 Support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/p3-profiler_80a82a.svg)
 * [P3 (Plugin Performance Profiler)](https://wordpress.org/plugins/p3-profiler/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/p3-profiler/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/p3-profiler/)
 * [Active Topics](https://wordpress.org/support/plugin/p3-profiler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/p3-profiler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/p3-profiler/reviews/)

## Tags

 * [PHP7](https://wordpress.org/support/topic-tag/php7/)

 * 8 replies
 * 9 participants
 * Last reply from: [Saša](https://wordpress.org/support/users/stodorovic/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/php-7-support-3/#post-8148986)
 * Status: not resolved