diff options
| author | Felipe Pena <felipe@php.net> | 2010-11-02 18:34:56 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2010-11-02 18:34:56 +0000 |
| commit | 7ded7577b21e9ff4443b48c24ac0f0d543424676 (patch) | |
| tree | 224e40f8cb63af4dbed27975e5d2a6a51729614c /ext/session/session.c | |
| parent | a1632696a8730e3102e0e4fa92213b39807daa2f (diff) | |
| download | php-git-7ded7577b21e9ff4443b48c24ac0f0d543424676.tar.gz | |
- Fixed bug #53141 (autoload misbehaves if called from closing session)
patch by: ladislav at marek dot su
Diffstat (limited to 'ext/session/session.c')
| -rw-r--r-- | ext/session/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/session.c b/ext/session/session.c index 52bd17753e..dba1e2c9f8 100644 --- a/ext/session/session.c +++ b/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_REQUIRED("spl") {NULL, NULL, NULL} }; /* }}} */ |
