Browse Source

don't screw up the default fd set size when --disable-all is used

PHP-5.1
Wez Furlong 21 years ago
parent
commit
05cec1dbce
  1. 4
      win32/build/confutils.js

4
win32/build/confutils.js

@ -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 @@ can be built that way. \
'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;

Loading…
Cancel
Save