Title: PHP 7.0 compatibility
Last modified: January 4, 2017

---

# PHP 7.0 compatibility

 *  Resolved [eehmke](https://wordpress.org/support/users/eehmke/)
 * (@eehmke)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/php-7-0-compatibility-10/)
 * I have upgraded my system to PHP 7.0. The PHP compatibility checker plugin reports
   these errors:
 *     ```
       FILE: /var/www/.../wp-content/plugins/spider-event-calendar/spidercalendar_upcoming_events_widget.php
       --------------------------------------------------------------------------------------------------------------
       FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
       --------------------------------------------------------------------------------------------------------------
        21 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
       --------------------------------------------------------------------------------------------------------------
   
       FILE: /var/www/.../wp-content/plugins/spider-event-calendar/widget_spider_calendar.php
       -----------------------------------------------------------------------------------------------
       FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
       -----------------------------------------------------------------------------------------------
        7 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
       -----------------------------------------------------------------------------------------------
       ```
   
 * This can be corrected by replacing the constructor functions by the __construct()
   function.
    -  This topic was modified 9 years, 4 months ago by [eehmke](https://wordpress.org/support/users/eehmke/).
      Reason: removed non public data

Viewing 1 replies (of 1 total)

 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/php-7-0-compatibility-10/#post-8629437)
 * [@eehmke](https://wordpress.org/support/users/eehmke/),
 * Thanks for your note. I have forwarded it to our development team for making 
   the changes. Thank you.

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/spider-event-calendar_436178.svg)
 * [SpiderCalendar](https://wordpress.org/plugins/spider-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/spider-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/spider-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/spider-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/spider-event-calendar/reviews/)

## Tags

 * [PHP 7.0 compatibility](https://wordpress.org/support/topic-tag/php-7-0-compatibility/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/php-7-0-compatibility-10/#post-8629437)
 * Status: resolved