openbsd-ports/www/pecl-pcntl/pkg/MESSAGE
jolan 028f9e1f52 pecl-pcntl-1.0, PHP support for process control i.e. fork(2)
this functionality exists in php itself but is disabled when building
with PHP_SAPI=apache hence this workaround.
2009-08-10 05:18:19 +00:00

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.