[SOLVED] ERROR : PHP 8.0.2 & xmlrpc API version
by marav from LinuxQuestions.org on (#5EDQT)
After the slackpkg install-new
Code:15steps :: ~ php --version
PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20200930
These options need to match
in Unknown on line 0
PHP 8.0.2 (cli) (built: Feb 19 2021 14:45:23) ( ZTS )
Copyright (c) The PHP Group
Zend Engine v4.0.2, Copyright (c) Zend Technologies
with Zend OPcache v8.0.2, Copyright (c), by Zend TechnologiesDo I need to reinstall something ?


Code:15steps :: ~ php --version
PHP Warning: PHP Startup: xmlrpc: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20200930
These options need to match
in Unknown on line 0
PHP 8.0.2 (cli) (built: Feb 19 2021 14:45:23) ( ZTS )
Copyright (c) The PHP Group
Zend Engine v4.0.2, Copyright (c) Zend Technologies
with Zend OPcache v8.0.2, Copyright (c), by Zend TechnologiesDo I need to reinstall something ?