Title: PHP 7 deprecated constructor warnings
Last modified: May 1, 2017

---

# PHP 7 deprecated constructor warnings

 *  [hughc](https://wordpress.org/support/users/hughc/)
 * (@hughc)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/php-7-deprecated-constructor-warnings/)
 * Hi,
    not a priority, but it would be good to clean up the classes the plugin 
   uses to use `function __construct()` syntax for their constructors.
 * With WP_DEBUG enabled under PHP7, I see a lot of this:
 *     ```
       [01-May-2017 01:35:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; RE_404 has a deprecated constructor in /wp-content/plugins/redirection/models/log.php on line 140
       [01-May-2017 01:35:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; Red_Match has a deprecated constructor in /wp-content/plugins/redirection/models/match.php on line 3
       [01-May-2017 01:35:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; Red_Action has a deprecated constructor in /wp-content/plugins/redirection/models/action.php on line 3
       [01-May-2017 01:35:58 UTC] PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; Red_Item has a deprecated constructor in /wp-content/plugins/redirection/models/redirect.php on line 3
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [9 years ago](https://wordpress.org/support/topic/php-7-deprecated-constructor-warnings/#post-9174316)
 * I think they’re all using __construct now

Viewing 1 replies (of 1 total)

The topic ‘PHP 7 deprecated constructor warnings’ is closed to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [John Godley](https://wordpress.org/support/users/johnny5/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/php-7-deprecated-constructor-warnings/#post-9174316)
 * Status: not a support question