amnuts / opcache-gui

A clean, effective and responsive interface for Zend OPcache
1.23k stars 198 forks source link

Use spaceship operator #59

Closed andypost closed 4 years ago

andypost commented 4 years ago

Using with PHP 8.0 I get deprecation warning

Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /var/www/html/web/index.php on line 267

As required PHP version >= 7.1 code could use https://www.php.net/manual/en/migration70.new-features.php#migration70.new-features.spaceship-op

amnuts commented 4 years ago

Nice one @andypost, thanks!

andypost commented 4 years ago

Thanks for quick reply and the great tool