--enable-pcntl with custombuild

Nerigal

Verified User
Joined
Jul 6, 2009
Messages
124
hi, i would like to make php process in my servers using pcntl_fork() but i will have to enable pcntl and recompile php... so i wondered before doing it if i should worry doing it in the configure.php5 from custombuild
and once pcntl is enable, do i have to worry about php security from hosted account ?

thanks
 
You would have to copy the configure.php5 to a folder called custom in the custombuild folder retaining the same directory structure as where configure.php5 is now.

Then you can edit it and add --enable-pcntl to be able to add this function.
 
Back
Top