- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3

This commit is contained in:
Jani Taskinen 2009-10-19 15:34:50 +00:00
parent ff6f052d05
commit 6b85ff3057
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ PHP_MSHUTDOWN_FUNCTION(exif)
/* }}} */
/* {{{ exif dependencies */
static zend_module_dep exif_module_deps[] = {
static const zend_module_dep exif_module_deps[] = {
ZEND_MOD_REQUIRED("standard")
#if EXIF_USE_MBSTRING
ZEND_MOD_REQUIRED("mbstring")

View 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")