hello
debian 9.13
imscp 1.5.3
i try to install php 8.0
i do what i see in this forum
Code
- nano /var/www/imscp/gui/plugins/PhpSwitcher/backend/PhpSwitcher.pm
- # change:
- for my $phpVersion ( qw/ 5.6 7.0 7.1 7.2 7.3 7.4 / ) {
- # to:
- for my $phpVersion ( qw/ 5.6 7.0 7.1 7.2 7.3 7.4 8.0 / ) {
- nano /var/www/imscp/gui/plugins/PhpSwitcher/PhpCompiler/php_compiler.pl
- #search for: End of life
- # replace:
- '7.4' => [ # End of life: December 2022 - Unreleased yet
- '7.4.0RC4', 'https://downloads.php.net/~derick/php-7.4.0RC4.tar.gz'
- ]
- # with
- '7.4' => '7.4.5', # End of life: 28 November 2022
- '8.0' => '8.0.1' # End of life: 26 November 2023
and
no error
but in imscp panel in PHPSwitcher i don't see php8
Code
- Version Type Binaire FastCGI Binaire FPM Nom du service FPM Statut Actions
- 7.1.33 (défaut) Empaquetée /usr/bin/php-cgi7.1 /usr/sbin/php-fpm7.1 php7.1-fpm Ok N/A
- 7.3.11 Compiled /opt/phpswitcher/static/php7.3/bin/php-cgi /opt/phpswitcher/static/php7.3/sbin/psw7.3-fpm psw7.3-fpm Ok
- 7.4.0RC4 Compiled /opt/phpswitcher/static/php7.4/bin/php-cgi /opt/phpswitcher/static/php7.4/sbin/psw7.4-fpm psw7.4-fpm Ok
- 5.6.40 Compiled /opt/phpswitcher/static/php5.6/bin/php-cgi /opt/phpswitcher/static/php5.6/sbin/psw5.6-fpm psw5.6-fpm Ok
i go to see by ftp in
nothing for php8
i go to see in /opt/my/install/directory
i see php5.6 7.3 7.4 and php8.0 but in php8.0 only etc with directori php and inside diretorie conf.d (empty) and file php.ini
can you help me please
thanks
stephan