Title: PHP 7.0 compatible.
Last modified: December 27, 2016

---

# PHP 7.0 compatible.

 *  Resolved [RafaelDeJongh](https://wordpress.org/support/users/rafaeldejongh/)
 * (@rafaeldejongh)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/php-7-0-compatible-2/)
 * With trying to make the jump to PHP7 I noticed that BulletProof Security has 
   some warnings when running it through the WP-Engine PHP7 Compatibility Checker,
   which are the following:
 *     ```
       FILE: wp-content/plugins/bulletproof-security/includes/hud-dismiss-functions.php
       -----------------------------------------------------------------------------------------------------------------------------
       FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
       -----------------------------------------------------------------------------------------------------------------------------
        54 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4.
       -----------------------------------------------------------------------------------------------------------------------------
   
       FILE: wp-content/plugins/bulletproof-security/admin/system-info/system-info.php
       ----------------------------------------------------------------------------------------------------------------------------
       FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
       ----------------------------------------------------------------------------------------------------------------------------
        671 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4.
        719 | WARNING | INI directive 'register_globals' is deprecated since PHP 5.3 and removed since PHP 5.4.
        746 | WARNING | INI directive 'magic_quotes_gpc' is deprecated since PHP 5.3 and removed since PHP 5.4.
       ----------------------------------------------------------------------------------------------------------------------------
       ```
   
 * Should I be concerned about these when I switch over to PHP7 in terms of the 
   actual plugin still functioning properly?
 * Thanks for further information in advance!

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

 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/php-7-0-compatible-2/#post-8592351)
 * You can disregard the warnings. BPS works fine with PHP7. We have a scheduled
   task to take care of some of the warnings so that the WP-Engine PHP7 Compatibility
   Checker will not display a warning. For other warnings there is nothing that 
   can be done because the PHP7 Compatibility Checker warnings themselves are not
   valid/accurate.
 *  Thread Starter [RafaelDeJongh](https://wordpress.org/support/users/rafaeldejongh/)
 * (@rafaeldejongh)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/php-7-0-compatible-2/#post-8593626)
 * Thanks for the quick reply! It’s good to know that it works fine with PHP7! There
   are only a few plugins that have warnings/errors so if all of those are good 
   to go with PHP7 then I’m sure going to make the switch!
 * Thanks for the support!

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

The topic ‘PHP 7.0 compatible.’ is closed to new replies.

 * ![](https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938)
 * [BulletProof Security](https://wordpress.org/plugins/bulletproof-security/)
 * [Support Threads](https://wordpress.org/support/plugin/bulletproof-security/)
 * [Active Topics](https://wordpress.org/support/plugin/bulletproof-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulletproof-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulletproof-security/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [RafaelDeJongh](https://wordpress.org/support/users/rafaeldejongh/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/php-7-0-compatible-2/#post-8593626)
 * Status: resolved