Default php 8

amoahjeff

New member
Joined
Jul 27, 2022
Messages
3
Noticed the server is set at a default php 8, changing it doesn't work. Any help
 
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