mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
Added memory-limit to the list of excluded force-on options
This commit is contained in:
parent
9db1075c0e
commit
5e605e6dc2
@ -17,7 +17,7 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
// $Id: confutils.js,v 1.41 2004-05-18 09:58:45 wez Exp $
|
||||
// $Id: confutils.js,v 1.42 2004-07-07 12:25:10 edink Exp $
|
||||
|
||||
var STDOUT = WScript.StdOut;
|
||||
var STDERR = WScript.StdErr;
|
||||
@ -349,7 +349,7 @@ can be built that way. \
|
||||
'debug', 'crt-debug', 'lzf-better-compression',
|
||||
'php-build', 'snapshot-template',
|
||||
'pcre-regex', 'fastcgi', 'force-cgi-redirect',
|
||||
'path-info-check', 'zts', 'ipv6'
|
||||
'path-info-check', 'zts', 'ipv6', 'memory-limit'
|
||||
);
|
||||
var force;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user