tony2001 Thu Aug 7 13:11:05 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pcntl config.m4
Log:
not experimental anymore
http://cvs.php.net/viewvc.cgi/php-src/ext/pcntl/config.m4?r1=1.10.8.2&r2=1.10.8.3&diff_format=u
Index: php-src/ext/pcntl/config.m4
diff -u php-src/ext/pcntl/config.m4:1.10.8.2
php-src/ext/pcntl/config.m4:1.10.8.3
--- php-src/ext/pcntl/config.m4:1.10.8.2 Tue Aug 5 15:12:19 2008
+++ php-src/ext/pcntl/config.m4 Thu Aug 7 13:11:05 2008
@@ -1,12 +1,9 @@
dnl
-dnl $Id: config.m4,v 1.10.8.2 2008/08/05 15:12:19 jani Exp $
+dnl $Id: config.m4,v 1.10.8.3 2008/08/07 13:11:05 tony2001 Exp $
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) ])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php