diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-02 09:35:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-02 09:35:47 +0200 |
commit | 329a894341b196feda4dce9db40401614faf7947 (patch) | |
tree | 3dbd9b61e7215332df55c4b38d15ccae4ad6e02e /10-opcache.ini | |
parent | f847f63e240f9b94ffae9895b21f6da3804afd82 (diff) |
update to 8.1.0RC1
bump API version
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 |