On Tue, 2010-11-02 at 18:34 +0000, Felipe Pena wrote:
> Modified: php/php-src/trunk/ext/session/session.c
> ===================================================================
> --- php/php-src/trunk/ext/session/session.c 2010-11-02 18:06:39
> UTC (rev 305033)
> +++ php/php-src/trunk/ext/session/session.c 2010-11-02 18:34:56
> UTC (rev 305034)
> @@ -2074,6 +2074,7 @@
>
> static const zend_module_dep session_deps[] = { /* {{{ */
> ZEND_MOD_OPTIONAL("hash")
> + ZEND_MOD_REQUIRED("spl")
> {NULL, NULL, NULL}
> };
> /* }}} */
Shouldn't this dependency be added to config.m4, too, so extensions are
registered in the correct order with a static build?
johannes
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php