From c0dbad5530ad161d6085788d0bd60283cabe80db Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 7 Aug 2008 13:11:05 +0000 Subject: [PATCH] not experimental anymore --- ext/pcntl/config.m4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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) ]) -- 2.40.0