openbsd-ports/www/pecl-pcntl/pkg/UNMESSAGE
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

10 lines
314 B
Plaintext

You can disable this module by removing the
${PREFIX}/conf/php5/pcntl.ini symbolic link by
issuing the following command:
rm -f ${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.