Compile php5 on centos with --enable-pcntl

I am trying to include pcntl in my php on centos. I see what I have to do. / configure make build, but never did it. Can anyone give me some direction?

+2


source to share


1 answer


If you need / need to compile PHP yourself, you can take a look at Apache 2.0 on Unix systems : the process is not too complicated, but it can take a while (for example, one to two hours) if that's your time.

If you have more specific questions, feel free to ask :-)




However, since you are using a distribution that provides an RPM, one question comes to my mind: Is there an RPM that provides a pcntl extension that you could use instead of recompiling?
(I don't have a CentOS machine to test, sorry)

+1


source







All Articles