]> granicus.if.org Git - php/commitdiff
zend_module_dep is no const and breaks strict compilers
authorGuenter Knauf <guenter@php.net>
Wed, 14 Oct 2009 19:29:37 +0000 (19:29 +0000)
committerGuenter Knauf <guenter@php.net>
Wed, 14 Oct 2009 19:29:37 +0000 (19:29 +0000)
like CodeWarrior for NetWare.

ext/session/session.c

index 8665bbf60287442dc68e1f7f30bc2a13713ef4ff..b244720dc57f3d3dc653ae06dea904db7dd1261e 100644 (file)
@@ -2107,7 +2107,7 @@ static PHP_MINFO_FUNCTION(session) /* {{{ */
 }
 /* }}} */
 
-static const zend_module_dep session_deps[] = { /* {{{ */
+static zend_module_dep session_deps[] = { /* {{{ */
        ZEND_MOD_OPTIONAL("hash")
        {NULL, NULL, NULL}
 };