]> granicus.if.org Git - php/commit
Fix opcache blacklist leak
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 27 Jun 2019 11:09:14 +0000 (13:09 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 27 Jun 2019 14:11:58 +0000 (16:11 +0200)
commit40d6147dd0d43f0c114847bf3965b7d167cf752d
treefcd1420c672662086008b95019ded60705e26058
parentc3132781ecb7b6ff9ca4c8ccb64847fdeb26d2f4
Fix opcache blacklist leak

Don't recompute (and leak) the regex for every glob element, only
do this once at the end.
ext/opcache/zend_accelerator_blacklist.c