|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 19:00:01 2025 UTC |