028f9e1f52
this functionality exists in php itself but is disabled when building with PHP_SAPI=apache hence this workaround.
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
You can enable this module by creating a symbolic
|
|
link from ${PREFIX}/conf/php5.sample/pcntl.ini to
|
|
${PREFIX}/conf/php5/pcntl.ini.
|
|
|
|
ln -fs ${PREFIX}/conf/php5.sample/pcntl.ini \
|
|
${PREFIX}/conf/php5/pcntl.ini
|
|
|
|
If you already have Apache running on your machine,
|
|
you should not use "apachectl restart" - instead,
|
|
you should fully stop and then restart the server.
|