You are not logged in.
hello,
i want to have a local webservice using php5 and php7 using arch linux.
any hint or a good tutorial how to archieve this?
thanks!
Offline
You'll have to build php5.x from source and set a custom prefix.
I think you also have to run your at least one php version as an fcgi service instead of the apache module.
You can take the official PKGBUILD as a template and modify the version and configure options as needed.
Last edited by progandy (2016-01-02 21:02:42)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Or have a look in the AUR: there are already packages available for v5.3 and v5.4 - it might be useful to other people as well if you would create v5.6 and share through AUR
Offline