From a8c7e50f4d7d73797615734978259d640b3835c1 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 26 Nov 2013 11:34:41 +0400 Subject: Fixed bug #65559 (Opcache: cache not cleared if changes occur while running) --- run-tests.php | 1 + 1 file changed, 1 insertion(+) (limited to 'run-tests.php') diff --git a/run-tests.php b/run-tests.php index a88d37d000..d53c3b6c5e 100755 --- a/run-tests.php +++ b/run-tests.php @@ -241,6 +241,7 @@ $ini_overwrites = array( 'precision=14', 'memory_limit=128M', 'opcache.fast_shutdown=0', + 'opcache.file_update_protection=0', ); function write_information($show_html) -- cgit v1.2.1