]> granicus.if.org Git - php/commit
Reduce scope of preload compiler_options
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 14 Jul 2020 14:10:04 +0000 (16:10 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 14 Jul 2020 14:10:04 +0000 (16:10 +0200)
commit27800441b56000f3df51c168ee0d3b51c326d66e
tree654224586cac6047ef610aef9bff36e45971fa45
parentb702ad14c958befe6b2e9914959d88fa955d989d
Reduce scope of preload compiler_options

Only set preloading compiler_options while executing the preload
file, not when performing linking afterwards. Otherwise options
like IGNORE_INTERNAL_CLASSES will hide classes from inheritance
verification.
ext/opcache/ZendAccelerator.c