pajoye Thu Dec 25 00:03:39 2008 UTC
Modified files:
/php-src/win32/build config.w32 confutils.js
Log:
- the config summary is a must, do not allow to disable
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.91&r2=1.92&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.91 php-src/win32/build/config.w32:1.92
--- php-src/win32/build/config.w32:1.91 Thu Dec 18 23:20:44 2008
+++ php-src/win32/build/config.w32 Thu Dec 25 00:03:39 2008
@@ -1,5 +1,5 @@
// vim:ft=javascript
-// $Id: config.w32,v 1.91 2008/12/18 23:20:44 pajoye Exp $
+// $Id: config.w32,v 1.92 2008/12/25 00:03:39 pajoye Exp $
// "Master" config file; think of it as a configure.in
// equivalent.
@@ -398,8 +398,6 @@
DEFINE('SNAPSHOT_TEMPLATE', PHP_SNAPSHOT_TEMPLATE);
-ARG_ENABLE('summary', 'Enable configuration summary', 'yes');
-
if (PHP_DSP != "no") {
if (FSO.FolderExists("tmp")) {
FSO.DeleteFolder("tmp");
http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.81&r2=1.82&diff_format=u
Index: php-src/win32/build/confutils.js
diff -u php-src/win32/build/confutils.js:1.81
php-src/win32/build/confutils.js:1.82
--- php-src/win32/build/confutils.js:1.81 Fri Nov 21 14:03:23 2008
+++ php-src/win32/build/confutils.js Thu Dec 25 00:03:39 2008
@@ -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 write_summary()
{
var ar = new Array();
- if (PHP_SUMMARY == "no") {
- return;
- }
STDOUT.WriteBlankLines(2);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php