edink Wed Jul 7 08:25:10 2004 EDT Modified files: /php-src/win32/build confutils.js Log: Added memory-limit to the list of excluded force-on options http://cvs.php.net/diff.php/php-src/win32/build/confutils.js?r1=1.41&r2=1.42&ty=u Index: php-src/win32/build/confutils.js diff -u php-src/win32/build/confutils.js:1.41 php-src/win32/build/confutils.js:1.42 --- php-src/win32/build/confutils.js:1.41 Tue May 18 05:58:45 2004 +++ php-src/win32/build/confutils.js Wed Jul 7 08:25:10 2004 @@ -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 @@ '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;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php