summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-01-15 21:13:15 +0100
committerAnatol Belski <ab@php.net>2017-01-15 21:13:15 +0100
commit4f19bb7af61fb05f369b0bc48a962eae5ab23320 (patch)
tree416eef4bc013383bc7d623bb71f9fa085aa02519 /ext/zip/php_zip.c
parent60aff0bd30197a4fd898904a45f1677e333a6dda (diff)
downloadphp-git-4f19bb7af61fb05f369b0bc48a962eae5ab23320.tar.gz
fix AppVeyor failures with Opcache enabled
opcache_reset() only schedules the restart. Under circumstances, the follow up requests might run uncached, until the restart condition is met. To mitigate the false positives caused by this behavior, any tests using opcache_reset() should not be put in between other tests. Thus, moving the corresponding test to be executed last.
Diffstat (limited to 'ext/zip/php_zip.c')
0 files changed, 0 insertions, 0 deletions