Title: PHP 7 compatibility
Last modified: September 6, 2016

---

# PHP 7 compatibility

 *  [Curtis](https://wordpress.org/support/users/salsafire/)
 * (@salsafire)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/php-7-compatibility-73/)
 * Hello.
    Thank you for your plugin development.
 * While using the PHP Compatibility Checker plugin from the WordPress repository,
   it generated the following two errors when tested against PHP 7:
 * FILE: /plugins/pc-robotstxt/pc-robotstxt.php
    ———————————————————————————– FOUND
   1 ERROR AFFECTING 1 LINE ———————————————————————————– 35 | ERROR | Deprecated
   PHP4 style constructor are not supported since PHP7 ———————————————————————————–
 * FILE: /plugins/pc-robotstxt/admin.php
    —————————————————————————- FOUND 1 ERROR
   AFFECTING 1 LINE —————————————————————————- 4 | ERROR | Deprecated PHP4 style
   constructor are not supported since PHP7 —————————————————————————-
 * Sure you know of this, but for others…whilst researching topic…
    [PHP Remove Constructors](https://wiki.php.net/rfc/remove_php4_constructors)
   page.
 * Curt
    -  This topic was modified 9 years, 9 months ago by [Curtis](https://wordpress.org/support/users/salsafire/).

Viewing 1 replies (of 1 total)

 *  [SharmPRO](https://wordpress.org/support/users/sharmpro/)
 * (@sharmpro)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/php-7-compatibility-73/#post-9124006)
 * All what is needed to fixit
 * file:admin.php line:4 replace with:
    function __construct() {
 * file:pc_robotstxt.php line:35 replace with:
    function __construct() {

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/pc-robotstxt/assets/icon-256x256.png?rev=1391109)
 * [Virtual Robots.txt](https://wordpress.org/plugins/pc-robotstxt/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pc-robotstxt/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pc-robotstxt/)
 * [Active Topics](https://wordpress.org/support/plugin/pc-robotstxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pc-robotstxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pc-robotstxt/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [SharmPRO](https://wordpress.org/support/users/sharmpro/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/php-7-compatibility-73/#post-9124006)
 * Status: not resolved