소스 검색

APC is deprecated

Visman 2 년 전
부모
커밋
78b106701a
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      app/Models/Pages/Admin/Statistics.php

+ 0 - 6
app/Models/Pages/Admin/Statistics.php

@@ -165,12 +165,6 @@ class Statistics extends Admin
         } elseif (\ini_get('wincache.fcenabled')) {
             $this->accelerator = 'Windows Cache for PHP';
             $this->linkAcc     = 'https://www.php.net/wincache/';
-        } elseif (
-            \ini_get('apc.enabled')
-            && \function_exists('\\apc_delete_file')
-        ) {
-            $this->accelerator = 'Alternative PHP Cache (APC)'; //???? частичная эмуляция APCu
-            $this->linkAcc     = 'https://www.php.net/apc/';
         } else {
             $this->accelerator = __('NA');
             $this->linkAcc     = null;