Hello
I need PHP-Pear to get work Open Game Panel on Debian 11 Linux.
If I install PHP-Pear by apt-get install php-pear. It insalls PHP7.4 again outside of aaPanel so it doesn't work.
If I install PHP-Pear by manually:
First of all I choose the CLI version 7.4 on the panel then:
wget http://pear.php.net/go-pear.phar
php go-pear.phar
Open Game Panel doesn't recognize it.
I even tried to add include_path = ".:/www/server/php/74/bin/pear" to php configuration then restart but also not working.
Can you help me please how to get PHP-Pear on aaPanel?