Hi,
I do have a web application which is made with PEAR:
(PHP Extension and Application Repository: https://pear.php.net/index.php)
developing platform was WAMP with these: Apache 2.4.9, PHP 5.5.12, MySQL 5.6.17
Now I’m trying to install PEAR to Ubuntu 18.04 with this platform: Apache 2.4.29, PHP 7.2.5, MySQL 5.7.22
I do have go-pear.phar -file I’ve tried to run it, but bash gives me this:
manifest cannot be larger than 100 MB in phar "/home/ligustri/Asiakirjat/go-pear.phar"PHP Warning: require_once(phar://go-pear.phar/index.php): failed to open stream: manifest cannot be larger than 100 MB in phar “/home/ligustri/Asiakirjat/go-pear.phar” in /home/ligustri/Asiakirjat/go-pear.phar on line 1271
Any suggestions what to do?