diff options
| author | Jani Taskinen <jani@php.net> | 2009-10-19 15:34:50 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-10-19 15:34:50 +0000 |
| commit | fc4352e2d80c52cdf65c166010e20f222617b5c9 (patch) | |
| tree | a29cda46f01bc98ee3efcdde447e575d14dfbb6a | |
| parent | f610cdd9a2067fdaba9bdbfa1eac370ee7a3d7f5 (diff) | |
| download | php-git-fc4352e2d80c52cdf65c166010e20f222617b5c9.tar.gz | |
- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3
| -rw-r--r-- | ext/phar/phar.c | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
