]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Thu, 16 Sep 2021 15:47:17 +0000 (17:47 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 16 Sep 2021 15:47:17 +0000 (17:47 +0200)
apt/sources.list
php/7.4/mods-available/opcache.ini

index b08313a16b8ee092f2805cf159707491c07be185..2cc11bb3ff3888b6db2f05f6086ad11ecebdaa8c 100644 (file)
@@ -1,17 +1,13 @@
 #
 
-# deb  http://ftp.uni-mainz.de/debian  bullseye                main
-
-# main buster repositories
+# main bullseye repositories
 deb    http://ftp.uni-mainz.de/debian                  bullseye                main contrib non-free
 deb-src        http://ftp.uni-mainz.de/debian                  bullseye                main contrib non-free
 
-# buster security updates
-# deb  http://security.debian.org/             buster/updates          main contrib non-free
-# deb-src      http://security.debian.org/             buster/updates          main contrib non-free
+# bullseye security updates
 deb    http://security.debian.org/debian-security      bullseye-security       main contrib non-free
 
-# buster-updates, previously known as 'volatile'
+# bullseye-updates, previously known as 'volatile'
 deb    http://ftp.uni-mainz.de/debian                  bullseye-updates        main contrib non-free
 deb-src        http://ftp.uni-mainz.de/debian                  bullseye-updates        main contrib non-free
 
index 15a43ac532982add55b3d3353694643a1fbbc97b..a13d7e8db7054a082dc1e210388ad4648a3d6564 100644 (file)
@@ -2,8 +2,9 @@
 ; priority=10
 zend_extension=opcache.so
 ; opcache.enable_cli=0
-; opcache.interned_strings_buffer=8
-; opcache.max_accelerated_files=10000
-; opcache.memory_consumption=128
-; opcache.save_comments=1
-; opcache.revalidate_freq=1
+opcache.enable=1
+opcache.interned_strings_buffer=8
+opcache.max_accelerated_files=10000
+opcache.memory_consumption=128
+opcache.save_comments=1
+opcache.revalidate_freq=1