]> granicus.if.org Git - php/commit
Fixed bug #78921
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 13 Dec 2019 15:37:20 +0000 (16:37 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 13 Dec 2019 15:37:20 +0000 (16:37 +0100)
commit621598eaa8063a9e76447e07f6f3c30a8baca1e0
tree650d7e597814a7dc6c9e7e74d995f8d947669ac1
parent87691e74e54ab4303d6f6ea826b7bc1555112e4d
Fixed bug #78921

By resetting fake_scope during autoloading. We already do the same
when executing destructors.
Zend/tests/bug78921.phpt [new file with mode: 0644]
Zend/zend_execute_API.c