guenter Wed, 14 Oct 2009 19:29:37 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=289641
Log:
zend_module_dep is no const and breaks strict compilers
like CodeWarrior for NetWare.
Changed paths:
U php/php-src/branches/PHP_5_2/ext/session/session.c
Modified: php/php-src/branches/PHP_5_2/ext/session/session.c
===================================================================
--- php/php-src/branches/PHP_5_2/ext/session/session.c 2009-10-14 19:10:03 UTC
(rev 289640)
+++ php/php-src/branches/PHP_5_2/ext/session/session.c 2009-10-14 19:29:37 UTC
(rev 289641)
@@ -2107,7 +2107,7 @@
}
/* }}} */
-static const zend_module_dep session_deps[] = { /* {{{ */
+static zend_module_dep session_deps[] = { /* {{{ */
ZEND_MOD_OPTIONAL("hash")
{NULL, NULL, NULL}
};
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php