]> granicus.if.org Git - php/commitdiff
- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3
authorJani Taskinen <jani@php.net>
Mon, 19 Oct 2009 15:34:50 +0000 (15:34 +0000)
committerJani Taskinen <jani@php.net>
Mon, 19 Oct 2009 15:34:50 +0000 (15:34 +0000)
ext/phar/phar.c

index 9ea3756709101f28667f55e61de87b2079efa552..87fedfcd7d70377ac4ba078cf9c830a33351e9c6 100644 (file)
@@ -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")