From 7afbcb4fef0c590460a5c6bfd6b3c2fc7b7c57d1 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 11 Sep 1999 16:32:08 +0000 Subject: [PATCH] Rename allow_builtin_links to expose_php --- ext/standard/info.c | 8 ++++---- main/main.c | 4 ++-- php.ini-dist | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index 0e7d804491..87c52a7ce5 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -57,7 +57,7 @@ PHPAPI void php_print_info(int flag) { char **env,*tmp1,*tmp2; char *php3_uname; - int allow_builtin_links = INI_INT("allow_builtin_links"); + int expose_php = INI_INT("expose_php"); #if WIN32|WINNT char php3_windows_uname[256]; DWORD dwBuild=0; @@ -88,7 +88,7 @@ PHPAPI void php_print_info(int flag) php_printf("

PHP Version %s

\n", PHP_VERSION); PUTS("
"); - if (allow_builtin_links) { + if (expose_php) { PUTS(""); - if (allow_builtin_links) { + if (expose_php) { PUTS(""); - if ((flag & PHP_INFO_CREDITS) && allow_builtin_links) { + if ((flag & PHP_INFO_CREDITS) && expose_php) { PUTS("
"); PUTS("