Symfony / PHP7 APC -> APCu

前端 未结 4 2307
逝去的感伤
逝去的感伤 2021-02-19 19:44

I have issue with PHP7 and APCu. After installation I got this error:

Fatal error: Call to undefined function Doctrine\\Common\\Cache\\apc_fetch()

4条回答
  •  春和景丽
    2021-02-19 20:38

    If you use ubuntu:

    sudo add-apt-repository ppa:ondrej/php
    sudo apt-get update
    sudo apt-get install php-apcu-bc
    

提交回复
热议问题