diff options
author | Remi Collet <remi@remirepo.net> | 2022-05-11 11:35:28 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-05-11 11:35:28 +0200 |
commit | bf9a411d7b97a006e9e41beaa8005e3d7d781aff (patch) | |
tree | d2f2b08bb9a95e8f096801582695ac4cc825d7c1 /10-opcache.ini | |
parent | 43ce9a2b4f9c0878d38d9b064b2c5fc47f04cf7b (diff) |
update to 8.2.0-dev
add dependency on libselinux
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 |