]> granicus.if.org Git - php/commitdiff
- MFB: #44355 compilation breaks due illegal const usage
authorPierre Joye <pajoye@php.net>
Fri, 7 Mar 2008 18:41:59 +0000 (18:41 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 7 Mar 2008 18:41:59 +0000 (18:41 +0000)
ext/exif/exif.c

index e22ff19c85fed54190f8ade5a6aee5b6dbba8320..de6e681801796b60a08efe02b2ab4d3f59781542 100644 (file)
@@ -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")