History log of /PHP-8.1/ext/opcache/tests/ref_range_1.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 3f4bc94b 10-Jun-2021 Nikita Popov

Mitigation for bug #81096

This issue is properly fixed by GH-7121 on master. For older
branches, disable the use of range information in SCCP, to
reduce impact of potentially incorre

Mitigation for bug #81096

This issue is properly fixed by GH-7121 on master. For older
branches, disable the use of range information in SCCP, to
reduce impact of potentially incorrect ranges.

show more ...


# 7368d0c4 10-Jun-2021 Dmitry Stogov

Fixed bug #81096: Inconsistent range inferece for variables passed by reference

Detect references before range inference and exclude them from range
inference.