Default php 8

How did you change it? What version do you want?

Changing the option is not enough. You need to rebuild PHP (php1_release) for it to actually work.
 
So you set php1_release to 7.2?

Then after that you need to do the following.
Code:
cd /usr/local/directadmin/custombuild
./build php
./build update
./build rewrite_confs
that should do the trick.
 
Or if you use the plugin in DirectAdmin:

Build Software tab -> Build PHP

Schermafbeelding 2022-08-07 om 17.43.53.png
 
Back
Top