]> granicus.if.org Git - php/commit
Remove autoload_running flag
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 10 Jun 2020 07:41:58 +0000 (09:41 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 10 Jun 2020 07:41:58 +0000 (09:41 +0200)
commite0e4a61847962e7e9cb227fc22e7e39ce0ec74a9
treeed9b7c026bd24999774d6e24874c3586c3433ff4
parent5b59d4915cfa7c12ddf65281e4f7f81d6985d27f
Remove autoload_running flag

This was only used to decide between a hash clean and a hash
destroyed in spl_autoload_remove(). But now that
spl_autoload_functions() no longer distinguishes between NULL and
an empty array here, there's really no need to try and destroy
the hashtable here.
ext/spl/php_spl.c
ext/spl/php_spl.h