Solved PHP 8 warning, can this be ignored?

Richard G

Verified User
Joined
Jul 6, 2008
Messages
13,392
Location
Maastricht
On compiling php 8 I've seen this warning:
Code:
PHP Warning:  Private methods cannot be final as they are never overridden by other classes in /usr/local/directadmin/custombuild/php-8.0.25/pear/install-pear-nozlib.phar on line 339
I presume this can be safely ignored? Or should this be fixed by DA or something?
 
The line you've posted is related to pear/install-pear-nozlib.phar
PEAR is installed by default with DirectAdmin.
 
I don't think so. Why would DirectAdmin developers care to track PEAR packages and update them if they are outdated?
 
True. Hmmz... got a bit confused there.
In that case, that pear package needs to fix it and since it's only a warning, we can safely ignore. Then all is good.
 
Back
Top