From 329a894341b196feda4dce9db40401614faf7947 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 09:35:47 +0200 Subject: update to 8.1.0RC1 bump API version --- 10-opcache.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '10-opcache.ini') diff --git a/10-opcache.ini b/10-opcache.ini index a5be172..d188ef0 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -136,12 +136,12 @@ opcache.huge_code_pages=0 ; Specifies a PHP script that is going to be compiled and executed at server ; start-up. -; http://php.net/opcache.preload +; https://php.net/opcache.preload ;opcache.preload= ; Preloading code as root is not allowed for security reasons. This directive ; facilitates to let the preloading to be run as another user. -; http://php.net/opcache.preload_user +; https://php.net/opcache.preload_user ;opcache.preload_user= ; Prevents caching files that are less than this number of seconds old. It -- cgit