Skip to content

Commit

Permalink
Use php 8.3 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rex2630 authored May 7, 2024
1 parent 7aad714 commit c06896a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/configfiles/noble → lib/configfiles/noble.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4237,7 +4237,7 @@ aliases: files
<command><![CDATA[mkdir -p {{settings.system.mod_fcgid_configdir}}]]></command>
<command><![CDATA[mkdir -p {{settings.system.mod_fcgid_tmpdir}}]]></command>
<command><![CDATA[chmod 1777 {{settings.system.mod_fcgid_tmpdir}}]]></command>
<command><![CDATA[a2dismod php8.1]]></command>
<command><![CDATA[a2dismod php8.3]]></command>
</commands>
<!-- instead of just restarting apache, we let the cronjob do all the
dirty work -->
Expand Down Expand Up @@ -4270,12 +4270,12 @@ aliases: files
</visibility>
<visibility mode="true">{{settings.phpfpm.enabled_ownvhost}}
</visibility>
<command><![CDATA[a2dismod php8.1]]></command>
<command><![CDATA[a2dismod php8.3]]></command>
</commands>
<commands index="5">
<visibility mode="equals" value="apache2">{{settings.system.webserver}}
</visibility>
<command><![CDATA[a2disconf php8.1-fpm]]></command>
<command><![CDATA[a2disconf php8.3-fpm]]></command>
</commands>
<!-- instead of just restarting apache, we let the cronjob do all the
dirty work -->
Expand Down

0 comments on commit c06896a

Please sign in to comment.