]> granicus.if.org Git - php/commitdiff
not experimental anymore
authorAntony Dovgal <tony2001@php.net>
Thu, 7 Aug 2008 13:10:22 +0000 (13:10 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 7 Aug 2008 13:10:22 +0000 (13:10 +0000)
ext/pcntl/config.m4

index 9666275239484b37a2bd1aa2d45bd051e1409e53..636f50cc4e5ddce29f6b7837cd80a44b4edefc3d 100644 (file)
@@ -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) ])