WPIntell

Source evidence

PHP Notices: Deprecated Constructor

Memcached Redux · support · 2017-01-26T02:42:00+00:00

neutralsentiment
mediumseverity
0.47relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
redsand resolved
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 Thanks and take care! – Scott I’ll take care of this. Thanks for pointing it out! @mikeschroder , Awesome. Thanks! 🙂

Comments

2 shown
Kira Schroder 2017-01-30T21:20:00+00:00

I’ll take care of this. Thanks for pointing it out!

redsand 2017-03-21T23:36:00+00:00

@mikeschroder , Awesome. Thanks! 🙂