diff options
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r-- | ext/standard/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index 922663ab48..ff7ead6460 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -770,7 +770,7 @@ PHPAPI ZEND_COLD void php_print_info(int flag) } if (flag & PHP_INFO_GENERAL) { - char *zend_version = get_zend_version(); + const char *zend_version = get_zend_version(); char temp_api[10]; php_uname = php_get_uname('a'); |