summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-06-05 19:19:09 +0000
committerWez Furlong <wez@php.net>2005-06-05 19:19:09 +0000
commit05cec1dbce98c8a446903c2d1a97549743b5818a (patch)
tree3c429acce0f2b741ff2665f5e65e98c927f6676e /win32
parenta13aaa8aefbf6cc03014e7e4c11086b94463fefb (diff)
downloadphp-git-05cec1dbce98c8a446903c2d1a97549743b5818a.tar.gz
don't screw up the default fd set size when --disable-all is used
Diffstat (limited to 'win32')
-rw-r--r--win32/build/confutils.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js
index 2ef0aae820..cc679aa5bb 100644
--- a/win32/build/confutils.js
+++ b/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;