summaryrefslogtreecommitdiff
path: root/ext/standard/credits.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2019-05-28 11:04:13 +0300
committerDmitry Stogov <dmitry@zend.com>2019-05-28 11:04:13 +0300
commit072f28938f1c8860432c22c03ce7bdc7e8112e61 (patch)
treecc285a86dacdee11b3741c422c9175997729317c /ext/standard/credits.c
parent2c6bc99019a0e2636d1c22350a47d61d4b5b2454 (diff)
downloadphp-git-072f28938f1c8860432c22c03ce7bdc7e8112e61.tar.gz
Put phpinfo() related code into cold code segment
Diffstat (limited to 'ext/standard/credits.c')
-rw-r--r--ext/standard/credits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/credits.c b/ext/standard/credits.c
index 0e56258c35..556ffd73dd 100644
--- a/ext/standard/credits.c
+++ b/ext/standard/credits.c
@@ -23,7 +23,7 @@
#define CREDIT_LINE(module, authors) php_info_print_table_row(2, module, authors)
-PHPAPI void php_print_credits(int flag) /* {{{ */
+PHPAPI ZEND_COLD void php_print_credits(int flag) /* {{{ */
{
if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
php_print_info_htmlhead();