]> granicus.if.org Git - php/commit
Check func_info consistency
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 27 Apr 2020 11:01:13 +0000 (13:01 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 27 Apr 2020 14:25:59 +0000 (16:25 +0200)
commitf38d6cea420f1ab6975647cfc87292072538629f
treed6afa276910bd3eaceab1e8791aae47242b2f9ea
parent16e9d74f078c48eb62afc97a29fa30d1969cc7fd
Check func_info consistency

Make sure explicitly specified func_info is a subset of
automatically computed info. This will at least prevent
cases where a type is removed from stubs, but not removed
from func_info.

Closes GH-5471.
ext/opcache/Optimizer/zend_func_info.c