From: Pierre Joye Date: Fri, 7 Mar 2008 18:41:59 +0000 (+0000) Subject: - MFB: #44355 compilation breaks due illegal const usage X-Git-Tag: RELEASE_2_0_0a1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37cd6f7114209e9d6b36fd70e9b2e79404c7854c;p=php - MFB: #44355 compilation breaks due illegal const usage --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index e22ff19c85..de6e681801 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -242,7 +242,7 @@ PHP_MSHUTDOWN_FUNCTION(exif) /* }}} */ /* {{{ exif dependencies */ -static const zend_module_dep exif_module_deps[] = { +static zend_module_dep exif_module_deps[] = { ZEND_MOD_REQUIRED("standard") #if EXIF_USE_MBSTRING ZEND_MOD_REQUIRED("mbstring")