diff options
Diffstat (limited to 'test/php/opcache/index.php')
-rw-r--r-- | test/php/opcache/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); } ?> |