diff -Nur smeserver-php-3.0.0.old/createlinks smeserver-php-3.0.0/createlinks --- smeserver-php-3.0.0.old/createlinks 2021-02-21 00:25:54.793000000 -0500 +++ smeserver-php-3.0.0/createlinks 2021-02-21 00:30:37.322000000 -0500 @@ -11,7 +11,9 @@ /etc/opt/remi/php71/php.ini /etc/opt/remi/php72/php.ini /etc/opt/remi/php73/php.ini -/etc/opt/remi/php74/php.ini)){ +/etc/opt/remi/php74/php.ini +/etc/opt/remi/php80/php.ini +)){ templates2events($file, qw( console-save bootstrap-console-save @@ -40,7 +42,7 @@ templates2events($file, $event); } -foreach $ver (qw( 55 56 70 71 72 73 74 )){ +foreach $ver (qw( 55 56 70 71 72 73 74 80)){ foreach $service ( "php$ver-php-fpm" ){ foreach $event (qw(webapps-update ibay-create ibay-delete ibay-modify ibay-modify-files ibay-modify-servers )){ safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/$service"); @@ -70,6 +72,7 @@ /etc/logrotate.d/php72-php-fpm /etc/logrotate.d/php73-php-fpm /etc/logrotate.d/php74-php-fpm + /etc/logrotate.d/php80-php-fpm )){ templates2events($file, qw(webapps-update bootstrap-console-save smeserver-php-update)); } @@ -90,7 +93,7 @@ } #php7* -foreach $ver (qw( 70 71 72 73 74 )){ +foreach $ver (qw( 70 71 72 73 74 80)){ foreach $file ( "/etc/opt/remi/php$ver/php-fpm.conf", "/etc/opt/remi/php$ver/php-fpm.d/www.conf", "/etc/opt/remi/php$ver/php-fpm.d/ibays.conf", diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/cron.daily/tmpwatch-php-fpm/10Defaults smeserver-php-3.0.0/root/etc/e-smith/templates/etc/cron.daily/tmpwatch-php-fpm/10Defaults --- smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/cron.daily/tmpwatch-php-fpm/10Defaults 2019-12-09 22:59:28.000000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/templates/etc/cron.daily/tmpwatch-php-fpm/10Defaults 2021-02-21 00:32:12.126000000 -0500 @@ -1,5 +1,5 @@ -for VER in php php55 php56 php70 php71 php72 php73 php74; do +for VER in php php55 php56 php70 php71 php72 php73 php74 php80; do /usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/tmp /usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/opcache /usr/sbin/tmpwatch -umc --nodirs -q 7d /var/lib/php/$VER/wsdlcache diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/logrotate.d/php-fpm/php-fpm smeserver-php-3.0.0/root/etc/e-smith/templates/etc/logrotate.d/php-fpm/php-fpm --- smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/logrotate.d/php-fpm/php-fpm 2021-02-21 00:25:54.783000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/templates/etc/logrotate.d/php-fpm/php-fpm 2021-02-21 00:31:51.320000000 -0500 @@ -18,6 +18,7 @@ /sbin/e-smith/service php72-php-fpm reload >/dev/null 2>&1 || true /sbin/e-smith/service php73-php-fpm reload >/dev/null 2>&1 || true /sbin/e-smith/service php74-php-fpm reload >/dev/null 2>&1 || true + /sbin/e-smith/service php80-php-fpm reload >/dev/null 2>&1 || true endscript } @@ -37,6 +38,7 @@ /sbin/e-smith/service php72-php-fpm reload >/dev/null 2>&1 || true /sbin/e-smith/service php73-php-fpm reload >/dev/null 2>&1 || true /sbin/e-smith/service php74-php-fpm reload >/dev/null 2>&1 || true + /sbin/e-smith/service php80-php-fpm reload >/dev/null 2>&1 || true endscript } "; diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/php.ini/10LanguageOptions smeserver-php-3.0.0/root/etc/e-smith/templates/etc/php.ini/10LanguageOptions --- smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/php.ini/10LanguageOptions 2021-02-21 00:25:54.691000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/templates/etc/php.ini/10LanguageOptions 2021-02-21 00:35:52.039000000 -0500 @@ -36,6 +36,6 @@ } if ( $PHP_VERSION >= 74) { -$OUT .="zend.exception_ignore_args = On-1\n"; +$OUT .="zend.exception_ignore_args = On\n"; } } diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/rsyslog.conf/32php smeserver-php-3.0.0/root/etc/e-smith/templates/etc/rsyslog.conf/32php --- smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/rsyslog.conf/32php 2021-02-21 00:25:54.793000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/templates/etc/rsyslog.conf/32php 2021-02-21 00:36:56.688000000 -0500 @@ -18,4 +18,6 @@ :programname, startswith, "php73-fpm" stop :programname, startswith, "php74-fpm" /var/log/php/php74/php74-fpm.log :programname, startswith, "php74-fpm" stop +:programname, startswith, "php80-fpm" /var/log/php/php80/php80-fpm.log +:programname, startswith, "php80-fpm" stop diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/templates.metadata/etc/opt/remi/php80/php.ini smeserver-php-3.0.0/root/etc/e-smith/templates.metadata/etc/opt/remi/php80/php.ini --- smeserver-php-3.0.0.old/root/etc/e-smith/templates.metadata/etc/opt/remi/php80/php.ini 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/templates.metadata/etc/opt/remi/php80/php.ini 2021-02-21 00:37:57.655000000 -0500 @@ -0,0 +1 @@ +MORE_DATA={ PHP_VERSION => 80, INCLUDE_PATH => ".:/opt/remi/php80/root/usr/share/pear:/opt/remi/php80/root/usr/share/php:/usr/share/php:/usr/share/pear", EXTENSION_DIR => "/opt/remi/php80/root/usr/lib64/php/modules" } diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/db/configuration/defaults/php80/AllowUrlFopen smeserver-php-3.0.0/root/etc/e-smith/db/configuration/defaults/php80/AllowUrlFopen --- smeserver-php-3.0.0.old/root/etc/e-smith/db/configuration/defaults/php80/AllowUrlFopen 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/db/configuration/defaults/php80/AllowUrlFopen 2021-02-22 22:27:30.479000000 -0500 @@ -0,0 +1 @@ +Off diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/db/configuration/defaults/php80/type smeserver-php-3.0.0/root/etc/e-smith/db/configuration/defaults/php80/type --- smeserver-php-3.0.0.old/root/etc/e-smith/db/configuration/defaults/php80/type 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/db/configuration/defaults/php80/type 2021-02-22 22:27:30.479000000 -0500 @@ -0,0 +1 @@ +configuration diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/db/configuration/defaults/php80-php-fpm/status smeserver-php-3.0.0/root/etc/e-smith/db/configuration/defaults/php80-php-fpm/status --- smeserver-php-3.0.0.old/root/etc/e-smith/db/configuration/defaults/php80-php-fpm/status 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/db/configuration/defaults/php80-php-fpm/status 2021-02-22 22:27:30.480000000 -0500 @@ -0,0 +1 @@ +enabled diff -Nur smeserver-php-3.0.0.old/root/etc/e-smith/db/configuration/defaults/php80-php-fpm/type smeserver-php-3.0.0/root/etc/e-smith/db/configuration/defaults/php80-php-fpm/type --- smeserver-php-3.0.0.old/root/etc/e-smith/db/configuration/defaults/php80-php-fpm/type 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/db/configuration/defaults/php80-php-fpm/type 2021-02-22 22:27:30.480000000 -0500 @@ -0,0 +1 @@ +service