From fc4352e2d80c52cdf65c166010e20f222617b5c9 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 19 Oct 2009 15:34:50 +0000 Subject: [PATCH] - It is not const in PHP_5_2 but it is in HEAD and PHP_5_3 --- ext/phar/phar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 9ea3756709..87fedfcd7d 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -3706,7 +3706,7 @@ PHP_MINFO_FUNCTION(phar) /* {{{ */ /* {{{ phar_module_entry */ -static zend_module_dep phar_deps[] = { +static const zend_module_dep phar_deps[] = { ZEND_MOD_OPTIONAL("apc") ZEND_MOD_OPTIONAL("bz2") ZEND_MOD_OPTIONAL("openssl") -- 2.40.0