Title: WP-DBManager PHP 7.2 Compatibility test
Last modified: November 3, 2018

---

# WP-DBManager PHP 7.2 Compatibility test

 *  Resolved [AiratTop](https://wordpress.org/support/users/airathalitov/)
 * (@airathalitov)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/wp-dbmanager-php-7-2-compatibility-test/)
 *     ```
       FILE: /test.site/wp-content/plugins/wp-dbmanager/index.php
       ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
       FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
       ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
        1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
       ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
       ```
   
 * Maybe you can add this code in `index.php` for fixing this warning:
 *     ```
       <?php
       // Silence is golden.
       ```
   
 * WP-DBManager 2.79.2
    [PHP Compatibility Checker](https://wordpress.org/plugins/php-compatibility-checker/)
   1.4.6

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

 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/wp-dbmanager-php-7-2-compatibility-test/#post-10846434)
 * It doesn’t matter actually. index.php will be parsed as php file regardless whether
   the php tag is inside it.
 * But since there is no harm, I added it [https://github.com/lesterchan/wp-dbmanager/commit/acbac33f18974b611b56cead94e95587471dc9e3](https://github.com/lesterchan/wp-dbmanager/commit/acbac33f18974b611b56cead94e95587471dc9e3)
   so that it passed your test.
 *  Thread Starter [AiratTop](https://wordpress.org/support/users/airathalitov/)
 * (@airathalitov)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/wp-dbmanager-php-7-2-compatibility-test/#post-10846606)
 * Thanks!

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

The topic ‘WP-DBManager PHP 7.2 Compatibility test’ is closed to new replies.

 * ![](https://ps.w.org/wp-dbmanager/assets/icon.svg?rev=977538)
 * [WP-DBManager](https://wordpress.org/plugins/wp-dbmanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-dbmanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-dbmanager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-dbmanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-dbmanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-dbmanager/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [AiratTop](https://wordpress.org/support/users/airathalitov/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/wp-dbmanager-php-7-2-compatibility-test/#post-10846606)
 * Status: resolved