]> granicus.if.org Git - php/commit
MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.
authorScott MacVicar <scottmac@php.net>
Tue, 9 Jun 2009 01:58:07 +0000 (01:58 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 9 Jun 2009 01:58:07 +0000 (01:58 +0000)
commitfc8426ad315b42d117505dfbc95268579e11df2e
treec8ff37b3293e9c6f89b905e2277a4c9fa49024f4
parentcf1a08e3178caa83d18253e417b736e76f29d2b7
MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.
Need to point the second elements previous item to head so we can traverse upwards.
ext/spl/php_spl.c
ext/spl/tests/bug48493.phpt [new file with mode: 0644]