![]() |
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch add-session-dependency-to-spl for SPL related Bug #53141Patch version 2010-11-01 18:17 UTC Return to Bug #53141 | Download this patchPatch Revisions: Developer: ladislav@marek.su--- ext/session/session.c +++ ext/session/session.c @@ -2282,6 +2282,7 @@ static PHP_MINFO_FUNCTION(session) /* {{{ */ static const zend_module_dep session_deps[] = { /* {{{ */ ZEND_MOD_OPTIONAL("hash") + ZEND_MOD_OPTIONAL("spl") {NULL, NULL, NULL} }; /* }}} */ |
![]() All rights reserved. |
Last updated: Tue Apr 01 03:01:29 2025 UTC |