From 4b3efcea0dfcc842fb1a0f62b610652323844d35 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Sat, 11 Dec 2021 00:16:59 +0000 Subject: Tests: added more OPcache tests. --- test/php/opcache/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/php/opcache/index.php') diff --git a/test/php/opcache/index.php b/test/php/opcache/index.php index de4002bb..cf67c4c2 100644 --- a/test/php/opcache/index.php +++ b/test/php/opcache/index.php @@ -12,7 +12,7 @@ if (function_exists('opcache_is_script_cached')) { opcache_compile_file(__DIR__ . '/test.php'); } } else { - header('X-Cached: -1'); + header('X-OPcache: -1'); } ?> -- cgit