From: Antony Dovgal Date: Thu, 7 Aug 2008 13:10:22 +0000 (+0000) Subject: not experimental anymore X-Git-Tag: BEFORE_HEAD_NS_CHANGE~826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=911a3a161634ab222cb8e54ad1e5b81dcaff563f;p=php not experimental anymore --- diff --git a/ext/pcntl/config.m4 b/ext/pcntl/config.m4 index 9666275239..636f50cc4e 100644 --- a/ext/pcntl/config.m4 +++ b/ext/pcntl/config.m4 @@ -2,11 +2,8 @@ dnl dnl $Id$ dnl -dnl Process Control (pcntl) extentsion --EXPERIMENTAL-- -dnl TODO - Add platform checks - PHP_ARG_ENABLE(pcntl, whether to enable pcntl support, -[ --enable-pcntl Enable experimental pcntl support (CLI/CGI only)]) +[ --enable-pcntl Enable pcntl support (CLI/CGI only)]) if test "$PHP_PCNTL" != "no"; then AC_CHECK_FUNCS(fork, [ AC_DEFINE(HAVE_FORK,1,[ ]) ], [ AC_MSG_ERROR(pcntl: fork() not supported by this platform) ])