Title: 3 warnings php
Last modified: October 28, 2018

---

# 3 warnings php

 *  Resolved [Camilo](https://wordpress.org/support/users/camilo517/)
 * (@camilo517)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/3-warnings-php/)
 * bulk-delete/include/system-info/class-bulk-delete-system-info.php
    139 | WARNING
   | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP
   5.4
 * bulk-delete/include/system-info/class-bd-system-info-page.php
    164 | WARNING 
   | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP
   5.4
 * bulk-delete/include/controller/class-bd-controller.php
    130 | 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)

 *  [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * (@sudar)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/3-warnings-php/#post-10825919)
 * Hello [@camilo517](https://wordpress.org/support/users/camilo517/),
 * Where are you getting these warnings? Is it phpcs or in PHPCompatibility scripts?
 * Some of the ini settings that we are polling in our System Info are not available
   in all versions of PHP. So we explicitly check if they are present before using
   them.
 *  Thread Starter [Camilo](https://wordpress.org/support/users/camilo517/)
 * (@camilo517)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/3-warnings-php/#post-10826158)
 * hello [@sudar](https://wordpress.org/support/users/sudar/)
    use this [https://es.wordpress.org/plugins/php-compatibility-checker/](https://es.wordpress.org/plugins/php-compatibility-checker/)
 *  [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * (@sudar)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/3-warnings-php/#post-11238850)
 * [@camilo517](https://wordpress.org/support/users/camilo517/)
 * The above code is present in our System Info page to check if an installation
   has safe mode enabled or not.
 * We are checking the version of PHP that is running in the server before executing
   those statements. So it shouldn’t cause any PHP Compatibility issues.
 * Also we have removed those statements from v6.0.0 of the plugin which we just
   released.

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

The topic ‘3 warnings php’ is closed to new replies.

 * ![](https://ps.w.org/bulk-delete/assets/icon-256x256.png?rev=3422675)
 * [Bulk Delete](https://wordpress.org/plugins/bulk-delete/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bulk-delete/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bulk-delete/)
 * [Active Topics](https://wordpress.org/support/plugin/bulk-delete/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulk-delete/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulk-delete/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/3-warnings-php/#post-11238850)
 * Status: resolved