|
105 | 105 | 'config.opcache.lockfile_path.description' => 'Absolute path used to store shared lockfiles (for *nix only)', |
106 | 106 | 'config.opcache.file_cache' => 'File cache', |
107 | 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.', |
108 | | - 'config.opcache.file_cache_only' => 'File cache only', |
109 | | - 'config.opcache.file_cache_only.description' => 'Enables or disables opcode caching in shared memory.', |
110 | | - 'config.opcache.file_cache_consistency_checks' => 'File cache consistency checks', |
111 | | - 'config.opcache.file_cache_consistency_checks.description' => 'Enables or disables checksum validation when script loaded from file cache.', |
112 | | - 'config.opcache.file_cache_fallback' => 'File cache fallback', |
113 | | - 'config.opcache.file_cache_fallback.description' => 'Implies opcache.file_cache_only=1 for a certain process that failed to reattach to the shared memory (for Windows only). Explicitly enabled file cache is required.', |
| 108 | + 'config.opcache.file_cache_only' => 'Fil cache kun', |
| 109 | + 'config.opcache.file_cache_only.description' => 'Aktiverer eller deaktiverer opcode caching i den delte hukommelse.', |
| 110 | + 'config.opcache.file_cache_consistency_checks' => 'Fil cache konsistens tjeks', |
| 111 | + 'config.opcache.file_cache_consistency_checks.description' => 'Aktiverer eller deaktiverer checksumvalidering, når script hentes fra fil cachen.', |
| 112 | + 'config.opcache.file_cache_fallback' => 'fil cache fallback', |
| 113 | + 'config.opcache.file_cache_fallback.description' => 'Indikerer opcache.file_cache_only = 1 for en bestemt proces der har fejlet genhæfte sig til den delte hukommelse (Windows kun). Eksplicit aktiveret filcache er påkrævet.', |
114 | 114 | 'config.opcache.validate_permission' => 'Validate permission', |
115 | 115 | 'config.opcache.validate_permission.description' => 'Validates the cached file permissions against the current user.', |
116 | 116 | 'config.opcache.validate_root' => 'Validate root', |
|
0 commit comments