- Make sure , in /etc/apt/source.list.d/, we have php.list
deb https://packages.sury.org/php/ bookworm main
sudo apt update
after finish update, install php4
sudo apt install php8.4-{bcmath,fpm,mysql, zip, cli, bz2,intl,ldap,soap, opcache,curl, dom, gd}
- change from php 3.x to php 4.x
sudo update-alternatives --config php
Top comments (0)