]> granicus.if.org Git - php/commit
Improve fix for bug #75687
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 16 Dec 2017 20:11:40 +0000 (21:11 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 16 Dec 2017 20:11:40 +0000 (21:11 +0100)
commit8a4532319dfae83ff16b2d2bbfeed062924c3c27
tree417a7a4f7cebbb78b2856b3550f54f7a5b276fce
parentf01d5faf305d6ca3b3a40026fc9ba5f1db244b4e
Improve fix for bug #75687

Adding an (incorrect) UNDEF here may cause subsequent narrowing in
other places.

Instead, let's try to handle this edge-case once for all
instructions...
ext/opcache/Optimizer/zend_inference.c