Title: PHP 7 compatibility
Last modified: February 5, 2017

---

# PHP 7 compatibility

 *  [geemco](https://wordpress.org/support/users/geemco/)
 * (@geemco)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/php-7-compatibility-113/)
 * PHP Compatibility Checker raised the following warnings. Do you have any plans
   to deal with them?
 * /wp-content/plugins/si-contact-form/includes/class-fscf-action.php
    377 | WARNING
   | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP
   5.4.
 * /wp-content/plugins/si-contact-form/includes/class-fscf-process.php
    1482 | WARNING
   | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP
   5.4.
 * /wp-content/plugins/si-contact-form/includes/class-fscf-display.php
    1964 | WARNING
   | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP
   5.4.
 * FILE: /homepages/23/d290384024/htdocs/wpgeemco/wp-content/plugins/si-contact-
   form/includes/class-fscf-options.php
    752 | WARNING | INI directive ‘safe_mode’
   is deprecated since PHP 5.3 and removed since PHP 5.4.

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

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/php-7-compatibility-113/#post-8741275)
 * Than you for reporting this. The plugin developer will investigate further your
   findings.
 * Regards
 *  [Michael J Challis](https://wordpress.org/support/users/mikechallis/)
 * (@mikechallis)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/php-7-compatibility-113/#post-8746531)
 * This plugin is compatible with PHP 5.3, 5.4, and PHP 7
 * That said, I had used a ini_get booleen test to check if safe_mode may be on 
   or off for backwards compatible code. So the plugin will run fine on all those
   versions.
 * PHP Compatibility checker does not check code during run time, and is prone to
   these type of false positives. They say so on their plugin page “This plugin 
   cannot detect unused code-paths that might be used for backwards compatibility,
   and thus might show false positives.”
    So that was a false positive.
 * I will take out that code anyway because if someone has safe_mode on, the really
   do deserve errors.
 *  Thread Starter [geemco](https://wordpress.org/support/users/geemco/)
 * (@geemco)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/php-7-compatibility-113/#post-8752751)
 * Thanks, Mike, for the clarification.

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/si-contact-form_dde2be.svg)
 * [Fast Secure Contact Form](https://wordpress.org/plugins/si-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/si-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-contact-form/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [geemco](https://wordpress.org/support/users/geemco/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/php-7-compatibility-113/#post-8752751)
 * Status: not resolved