Now I have to add a module to php. This is what it says in the FAQ from the vendors' website says:
The first step is done, and the default php installation has been recompiled with the needed modules in EasyApache. But I'm afraid to recompile the remaining installations from PHP with EA in case they are overwritten by newer versions or selected as the default. The manual of Easy Apache suggest that this could be the case, as it says:Q: How to compile in a new module to additional PHPs ?
Ans: Add the additional module to default PHP via EA3. Then recompile the additional PHPs
Because of this I recompiled the remaining php versions with the ntphpselector_manage.sh script, but my websites still cannot find the functions pertaining to the modules. Some extra info:How to change your PHP version To change the version of PHP on your server, select a version of PHP in the PHP Version stage of the EasyApache (Apache Update) interface (Home >> Software >> Easyapache (Apache Update)).
- I executed the script like this (for php5.5): sh ntphpselector_manage.sh recompile 5
- I wasn't the one to install ntPHPselector on the server. The only file I could find in the server with a similar name was ntphp_paperlantern.tar.gz that seems to be a package specifically for cpanel or something like that, no trace of the ntphpselector_manage.sh script, had to download it myself.
Thanks in advance.