Browse Source

not experimental anymore

experimental/first_unicode_implementation
Antony Dovgal 18 years ago
parent
commit
911a3a1616
  1. 5
      ext/pcntl/config.m4

5
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) ])

Loading…
Cancel
Save