summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-12-03 13:31:41 +0000
committerStig Bakken <ssb@php.net>1999-12-03 13:31:41 +0000
commita8f71d621f484833f0784b9636f95d1eb46789c0 (patch)
tree8c93638b828775d289b5021f8f93025cb07c9173 /ext
parent992eb497bf186e8931fa686d584df157ed07580f (diff)
downloadphp-git-a8f71d621f484833f0784b9636f95d1eb46789c0.tar.gz
Add configure command to phpinfo() output (Stig)
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c
index 8f4b455ddb..3063f9259e 100644
--- a/ext/standard/info.c
+++ b/ext/standard/info.c
@@ -95,8 +95,8 @@ PHPAPI void php_print_info(int flag)
PUTS("?=PHPE9568F34-D428-11d2-A769-00AA001ACF42\" border=\"0\" align=\"right\"></a>\n");
}
php_printf("System: %s<br>Build Date: %s\n<br>", php3_uname, __DATE__);
+ php_printf("Configure command: %s<br>\n", CONFIGURE_COMMAND);
php_printf("php.ini path: %s<br>\n", CONFIGURATION_FILE_PATH);
-
php_printf("ZEND_DEBUG=%d<br>\n", ZEND_DEBUG);
#ifdef ZTS
php_printf("ZTS is defined");