diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-11 08:28:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-11 08:28:41 +0200 |
commit | c9a80a0475b93da4e950acc9f99eb4d63b32af1e (patch) | |
tree | dd600aeec0955cc08ee8a6749a256cea66400aae /10-opcache.ini | |
parent | 3c28be3e42437666fd6775a73123a97889f5fa2e (diff) |
refresh php.ini
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 4 |
1 files changed, 2 insertions, 2 deletions
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 |