Today I noticed that using php74
in the CLI returns several messages that the default version of php (7.3.33) doesn't. Everything runs but CLI commands display a lot of unwanted messages.
It seems a systemwide configuration (we did not change our php.ini
recently and it worked nicely up until a few weeks ago).
php74 -v
Mon Jan 9 09:54:31 2023 (254218): Debug Loading blacklist file: '/etc/opt/remi/php74/php.d/opcache-default.blacklist'
PHP 7.4.30 (cli) (built: Jun 7 2022 08:38:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with the ionCube PHP Loader + ionCube24 v12.0.2, Copyright (c) 2002-2022, by ionCube Ltd.
with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies
the unwanted message is
Mon Jan 9 09:54:31 2023 (254218): Debug Loading blacklist file: '/etc/opt/remi/php74/php.d/opcache-default.blacklist'
When running scripts, these lines can add up in tens.
anyone with the same issue? can this be fixed?