Hello everyone,
I have directadmin installed but I need to reinstall php5.5 to php5.6 with custom modules. So far I have done the following :
```
cd /usr/local/directadmin/custombuild
./build set php1_release 5.6
mkdir -p custom/ap2
cp -p configure/ap2/configure.php56 custom/ap2
vi custom/ap2/configure.php56
```
But I seem to have a fundamental lack of knowledge of what i am doing
The modules I need are as follows
```
xdebug
imagick
ffmpeg
magickwand
id3
```
Do I need to download/compile these before adding them to the configure.php56 file? Can i use PECL with custombuild?
Thanks for any light you can provide.
I have directadmin installed but I need to reinstall php5.5 to php5.6 with custom modules. So far I have done the following :
```
cd /usr/local/directadmin/custombuild
./build set php1_release 5.6
mkdir -p custom/ap2
cp -p configure/ap2/configure.php56 custom/ap2
vi custom/ap2/configure.php56
```
But I seem to have a fundamental lack of knowledge of what i am doing
The modules I need are as follows
```
xdebug
imagick
ffmpeg
magickwand
id3
```
Do I need to download/compile these before adding them to the configure.php56 file? Can i use PECL with custombuild?
Thanks for any light you can provide.