Title: PHP Notices: Deprecated Constructor
Last modified: January 26, 2017

---

# PHP Notices: Deprecated Constructor

 *  Resolved [redsand](https://wordpress.org/support/users/redsand/)
 * (@redsand)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/php-notices-deprecated-constructor/)
 * Hello,
 * Just wanted to make a suggested fix. To prevent deprecated constructor errors
   in PHP 7, the constructor function name should be changed on line 424.
 * Currently line 424 is:
 * `function WP_Object_Cache() {`
 * …and it just needs a change to:
 * `function __construct() {`
 * Notes on the deprecated changes from the PHP manual: [http://php.net/manual/en/migration70.deprecated.php](http://php.net/manual/en/migration70.deprecated.php)
 * Thanks and take care!
 * – Scott

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

 *  Plugin Author [Kira Schroder](https://wordpress.org/support/users/kirasong/)
 * (@kirasong)
 * 4.5 Release Lead
 * [9 years, 4 months ago](https://wordpress.org/support/topic/php-notices-deprecated-constructor/#post-8717646)
 * I’ll take care of this. Thanks for pointing it out!
 *  Thread Starter [redsand](https://wordpress.org/support/users/redsand/)
 * (@redsand)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/php-notices-deprecated-constructor/#post-8941708)
 * [@mikeschroder](https://wordpress.org/support/users/mikeschroder/),
 * Awesome. Thanks! 🙂

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

The topic ‘PHP Notices: Deprecated Constructor’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/memcached-redux_98a1ab.svg)
 * [Memcached Redux](https://wordpress.org/plugins/memcached-redux/)
 * [Support Threads](https://wordpress.org/support/plugin/memcached-redux/)
 * [Active Topics](https://wordpress.org/support/plugin/memcached-redux/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/memcached-redux/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/memcached-redux/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [redsand](https://wordpress.org/support/users/redsand/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/php-notices-deprecated-constructor/#post-8941708)
 * Status: resolved