tony2001                Thu Aug  7 13:11:29 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /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&r2=1.10.6.1&diff_format=u
Index: php-src/ext/pcntl/config.m4
diff -u php-src/ext/pcntl/config.m4:1.10 php-src/ext/pcntl/config.m4:1.10.6.1
--- php-src/ext/pcntl/config.m4:1.10    Tue Oct 28 17:08:18 2003
+++ php-src/ext/pcntl/config.m4 Thu Aug  7 13:11:28 2008
@@ -1,12 +1,9 @@
 dnl
-dnl $Id: config.m4,v 1.10 2003/10/28 17:08:18 gschlossnagle Exp $
+dnl $Id: config.m4,v 1.10.6.1 2008/08/07 13:11:28 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
  



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to