wez Sun Jun 5 15:19:13 2005 EDT Modified files: /php-src/win32/build confutils.js Log: don't screw up the default fd set size when --disable-all is used http://cvs.php.net/diff.php/php-src/win32/build/confutils.js?r1=1.55&r2=1.56&ty=u Index: php-src/win32/build/confutils.js diff -u php-src/win32/build/confutils.js:1.55 php-src/win32/build/confutils.js:1.56 --- php-src/win32/build/confutils.js:1.55 Fri Feb 25 20:07:48 2005 +++ php-src/win32/build/confutils.js Sun Jun 5 15:19:09 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.55 2005/02/26 01:07:48 edink Exp $ +// $Id: confutils.js,v 1.56 2005/06/05 19:19:09 wez Exp $ var STDOUT = WScript.StdOut; var STDERR = WScript.StdErr; @@ -350,7 +350,7 @@ 'php-build', 'snapshot-template', 'pcre-regex', 'fastcgi', 'force-cgi-redirect', 'path-info-check', 'zts', 'ipv6', 'memory-limit', - 'zend-multibyte' + 'zend-multibyte', 'fd-setsize' ); var force;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php