/[smecontribs]/rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud-1.1.0.bz11003-php73.patch
ViewVC logotype

Diff of /rpms/smeserver-nextcloud/contribs9/smeserver-nextcloud-1.1.0.bz11003-php73.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by jpp, Sun Nov 8 20:07:10 2020 UTC Revision 1.3 by jpp, Tue Nov 10 04:36:17 2020 UTC
# Line 107  diff -Nur smeserver-nextcloud-1.1.0.old/ Line 107  diff -Nur smeserver-nextcloud-1.1.0.old/
107  +opcache.memory_consumption=128  +opcache.memory_consumption=128
108  +opcache.save_comments=1  +opcache.save_comments=1
109  +opcache.revalidate_freq=1  +opcache.revalidate_freq=1
110    diff -Nur smeserver-nextcloud-1.1.0.old/createlinks smeserver-nextcloud-1.1.0/createlinks
111    --- smeserver-nextcloud-1.1.0.old/createlinks   2020-11-09 23:33:07.695000000 -0500
112    +++ smeserver-nextcloud-1.1.0/createlinks       2020-11-09 23:34:42.906000000 -0500
113    @@ -8,18 +8,18 @@
114    
115     event_templates("nextcloud-update", qw(
116       /etc/httpd/conf/httpd.conf
117    -  /etc/opt/remi/php72/php.d/20-opcache.ini
118    +  /etc/opt/remi/php73/php.d/20-opcache.ini
119       /etc/opt/remi/php73/php.d/20-opcache.ini
120       /etc/crontab
121       /etc/opt/remi/php71/php-fpm.d/www.conf
122    -  /etc/opt/remi/php72/php-fpm.d/www.conf
123    +  /etc/opt/remi/php73/php-fpm.d/www.conf
124       /etc/opt/remi/php73/php-fpm.d/www.conf
125     ));
126    
127     event_services("nextcloud-update", qw(
128       httpd-e-smith sigusr1
129       php71-php-fpm reload
130    -  php72-php-fpm reload
131    +  php73-php-fpm reload
132       php73-php-fpm restart
133       php-fpm  reload
134     ));
135    diff -Nur smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud
136    --- smeserver-nextcloud-1.1.0.old/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud 2020-11-09 23:33:07.701000000 -0500
137    +++ smeserver-nextcloud-1.1.0/root/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud     2020-11-09 23:34:42.905000000 -0500
138    @@ -1,6 +1,6 @@
139     {
140    
141    -if ($PHP_VERSION eq '72'){
142    +if ($PHP_VERSION eq '73'){
143       if (($nextcloud{'status'} || 'disabled') eq 'enabled'){
144         my $max_upload_size = ($nextcloud{MaxUploadSize} || '4096');
145         $max_upload_size .= 'M' if ($max_upload_size =~ m/^\d+$/);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed