]> granicus.if.org Git - php/commit
Don't require rc=1 for function static variables
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 20 May 2020 08:26:08 +0000 (10:26 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 20 May 2020 09:12:18 +0000 (11:12 +0200)
commit8819d247c68bd1b86959b3e7dfb66d54803c5d85
tree99ac0023bc5e009f006aa6d1bb432f7ef54a9f3f
parentc4badcbec473cb4d324c5b831870e25094b749e4
Don't require rc=1 for function static variables

If file cache only is used, then static_variables_ptr may point
to an immutable static_variables HT, which we do not want to
destroy here.
Zend/zend_execute_API.c