]> granicus.if.org Git - php/commit
Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.
authorScott MacVicar <scottmac@php.net>
Tue, 9 Jun 2009 01:57:57 +0000 (01:57 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 9 Jun 2009 01:57:57 +0000 (01:57 +0000)
commit518ad7039062c3c0245f521df3ee1c55b05e2a8c
tree7f992c58e8d97fc6924b9d8b889001aea185e4c2
parent35700e9e58a5c739df0e4342bb35f451c96a2242
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]