Closed mihdan closed 8 years ago
The class already includes a constructor, using the PHP 5 __construct() style: https://github.com/Automattic/wp-memcached/blob/b67ff421a3dba3acf55b0606ce1d149e5b0b30b5/object-cache.php#L490.
__construct()
As PHP 7 deprecates the older constructor style added by this PR, we won't introduce it into the class. See http://php.net/manual/en/language.oop5.decon.php.
The class already includes a constructor, using the PHP 5
__construct()
style: https://github.com/Automattic/wp-memcached/blob/b67ff421a3dba3acf55b0606ce1d149e5b0b30b5/object-cache.php#L490.As PHP 7 deprecates the older constructor style added by this PR, we won't introduce it into the class. See http://php.net/manual/en/language.oop5.decon.php.