]> granicus.if.org Git - php/commitdiff
- the config summary is a must, do not allow to disable
authorPierre Joye <pajoye@php.net>
Thu, 25 Dec 2008 00:03:39 +0000 (00:03 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 25 Dec 2008 00:03:39 +0000 (00:03 +0000)
win32/build/config.w32
win32/build/confutils.js

index dd2ebe5e3973cad8e22849d8e060b9d6928fe52e..5a6c72fc06ee355d8ca0fb01ee19b5ee212264c2 100644 (file)
@@ -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");
index 22ccf4ba6ed8083fed0e7a78824e1528c19e6b78..8ea8e6db59716a21504a3f74520cc1857f475dba 100644 (file)
@@ -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);