|
94 | 94 | 'config.opcache.optimization_level' => 'Optimering niveau', |
95 | 95 | 'config.opcache.optimization_level.description' => 'En bitmaske, hvor hvert bit aktiverer eller deaktiverer relevante OPcache passes.', |
96 | 96 | 'config.opcache.mmap_base' => 'Mmap base', |
97 | | - 'config.opcache.mmap_base.description' => 'Basen bruges til alle delte hukommelses segmenter på windows. Alke PHP processer skal mappes til delt hukommelse i samme address område. Brug af dette direktiv tillader "Unable to reattach to base address" fejl at blive fikset.', |
98 | | - 'config.opcache.restrict_api' => 'Begræns API', |
99 | | - 'config.opcache.restrict_api.description' => 'Tillader at kalde OPcache API metoder udelukkende fra PHP scripts hvor stien starter med en specifik streng. Default er "" og betyder ingen restriktion.', |
100 | | - 'config.opcache.file_update_protection' => 'Filopdateringsbeskyttelse', |
101 | | - 'config.opcache.file_update_protection.description' => 'Forhindrer caching af filer der er mindre end det angivne tal af sekunder gamle. Dette beskytter mod caching af filer som ikke er fuldt opdaterede. I tilfælde af alle din sides updateringer er atomiske, kan du øge performence ved at sætte værdien til "0".', |
102 | | - 'config.opcache.huge_code_pages' => 'Kæmpe kode sider', |
103 | | - 'config.opcache.huge_code_pages.description' => 'Aktiverer eller deaktiverer kopiering af PHP kode (tekst segment) i KÆMPE SIDER. Dette bør forbedre ydeevnen, men kræver passende opsætning af OS konfiguration.', |
104 | | - 'config.opcache.lockfile_path' => 'Lockfile path', |
105 | | - 'config.opcache.lockfile_path.description' => 'Absolute path used to store shared lockfiles (for *nix only)', |
106 | | - 'config.opcache.file_cache' => 'File cache', |
107 | | - 'config.opcache.file_cache.description' => 'Enables and sets the second level cache directory. It should improve performance when SHM memory is full, at server restart or SHM reset. The default "" disables file based caching.', |
| 97 | + 'config.opcache.mmap_base.description' => 'The base used for shared memory segments on Windows. All PHP processes have to map shared memory into the same address space. Using this directive allows "Unable to reattach to base address" errors to be fixed.', |
| 98 | + 'config.opcache.restrict_api' => 'Restrict API', |
| 99 | + 'config.opcache.restrict_api.description' => 'Allows calling OPcache API functions only from PHP scripts which path is started from specified string. The default "" means no restriction.', |
| 100 | + 'config.opcache.file_update_protection' => 'File update protection', |
| 101 | + 'config.opcache.file_update_protection.description' => 'Prevents caching files that are less than this number of seconds old. It protects from caching of incompletely updated files. In case all file updates on your site are atomic, you may increase performance by setting it to "0".', |
| 102 | + 'config.opcache.huge_code_pages' => 'Huge code pages', |
| 103 | + 'config.opcache.huge_code_pages.description' => 'Enables or disables copying of PHP code (text segment) into HUGE PAGES. This should improve performance, but requires appropriate OS configuration.', |
| 104 | + 'config.opcache.lockfile_path' => 'Låsefil sti', |
| 105 | + 'config.opcache.lockfile_path.description' => 'Absolut sti bruges til at opbevare delte låsefiler (kun for *nix)', |
| 106 | + 'config.opcache.file_cache' => 'Fil cache', |
| 107 | + 'config.opcache.file_cache.description' => 'Aktiverer og sætter andet niveau cache-biblioteket. Dette bør forbedre ydeevnen når SHM hukommelsen er fuld, ved server genstart eller SHM nulstilling. Standarden "" deaktiverer filbaseret caching.', |
108 | 108 | 'config.opcache.file_cache_only' => 'File cache only', |
109 | 109 | 'config.opcache.file_cache_only.description' => 'Enables or disables opcode caching in shared memory.', |
110 | 110 | 'config.opcache.file_cache_consistency_checks' => 'File cache consistency checks', |
|
0 commit comments