the minimal version of php for 1.4 has been changed this has to be reflected into the manual
the minimal version of php for 1.4 has been changed this has to be reflected into the manual
Hello,
for now the minimum version of php is 7.3 and this should be changed in the manual
Activity
- bmortier changed due date to September 13, 2021
changed due date to September 13, 2021
- bmortier added PJ2003-0342 label
added PJ2003-0342 label
- bmortier cloned to dev-manual#53 (closed)
cloned to dev-manual#53 (closed)
- Developer
For Ubuntu 18.04 (bionic) we need to to the following steps to have a php7.3
add-apt-repository ppa:ondrej/php apt-get update
apt update apt install php7.3 php7.3-{cli,common,curl,gd,imap,intl,json,ldap,mbstring,opcache,readline,recode,xml} libapache2-mod-php7.3
If needed we may remove php7.2
apt remove php7.2*
By default, it comes with the php8 the solution is to disable the plugin
a2dismod php8.0 a2enmod php7.3 apachectl restart
Links:
Edited by Jonathan Swaelens bonjour @jswaelens
bionic n'est plus supporte arret en avril 2023, donc on ne vas plus s'en occuper
- Developer
Hello @bmortier
D'accord, il est fort à parier que la nouvelle version aura la même commande, car ils sont sûrement à une version PHP supérieur.
- Please register or sign in to reply
- Jonathan Swaelens added 15m of time spent
added 15m of time spent
- Developer
We need to change the informations for centos too
Instead of enable php7.1 we need to enable 7.3
yum-config-manager --enable remi-php71
yum-config-manager --enable remi-php73
done in the ticket #201 (closed)
- Jonathan Swaelens added 5m of time spent
added 5m of time spent
- bmortier removed due date
removed due date
- bmortier added fusiondirectory-core label
added fusiondirectory-core label
- bmortier changed milestone to %FusionDirectory 1.4
changed milestone to %FusionDirectory 1.4
- bmortier added user-manual label
added user-manual label
- bmortier added 5m of time spent
added 5m of time spent
- bmortier marked this issue as related to #201 (closed)
marked this issue as related to #201 (closed)
- bmortier added 5m of time spent
added 5m of time spent
- bmortier closed
closed