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} }; /* }}} */ |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 21 22:01:28 2024 UTC |