From: Pierre Joye Date: Thu, 25 Dec 2008 00:03:39 +0000 (+0000) Subject: - the config summary is a must, do not allow to disable X-Git-Tag: php-5.4.0alpha1~191^2~4754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=779444f43c3cef814ac12e92424c30415f9ecec4;p=php - the config summary is a must, do not allow to disable --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index dd2ebe5e39..5a6c72fc06 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -398,8 +398,6 @@ if (PHP_SNAPSHOT_TEMPLATE == "no") { DEFINE('SNAPSHOT_TEMPLATE', PHP_SNAPSHOT_TEMPLATE); -ARG_ENABLE('summary', 'Enable configuration summary', 'yes'); - if (PHP_DSP != "no") { if (FSO.FolderExists("tmp")) { FSO.DeleteFolder("tmp"); diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 22ccf4ba6e..8ea8e6db59 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -// $Id: confutils.js,v 1.81 2008-11-21 14:03:23 pajoye Exp $ +// $Id: confutils.js,v 1.82 2008-12-25 00:03:39 pajoye Exp $ var STDOUT = WScript.StdOut; var STDERR = WScript.StdErr; @@ -1462,9 +1462,6 @@ function output_as_table(header, ar_out) function write_summary() { var ar = new Array(); - if (PHP_SUMMARY == "no") { - return; - } STDOUT.WriteBlankLines(2);