]> granicus.if.org Git - php/commit
Fixed bug #78344
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 09:12:00 +0000 (11:12 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 09:12:00 +0000 (11:12 +0200)
commit4ae807e84e102db9e0e97411cac90909f75f63f4
treeb0c5bf79a17504446c88626d0cc2a9721dd35171
parent9bfda013d308b47610fb23ee565500418a9f3cde
Fixed bug #78344

When performing a constant visibility check during compilation we
might be dealing with unlinked classes and as such should account
for the possibility of unresolved parents.
NEWS
Zend/tests/bug78344.phpt [new file with mode: 0644]
Zend/zend_compile.c