dream04110 2014-07-10 16:00
浏览 32
已采纳

为什么Symfony说它没有安装APC?

I installed Symfony with composer and when I did environment check it told me to install APC and to turn off short open tags in php.ini. But after I've done all this steps and restarted apache2 I run tests again and imagine my confusion when symfony gave me the same warnings again.

I'm 100% sure I installed APC, since I can see it is enabled in phpinfo and I can see it's status on apc.php page. In order to disable short open tags I edited php.ini which I found in /etc/php5/apache2/. And again phpinfo says that short open tags are indeed disabled but why check.php still gives me warnings about it?

BTW Symfony also told me to instal intl extension and it noticed that I installed intl, but failed to notice APC and short open tags. What can be the reason? Should I ignore these warnings or what??

  • 写回答

1条回答 默认 最新

  • dongtaijue1578 2014-07-10 16:09
    关注

    Well, apache2 and cli uses two different php interpreter, and each one has its own php.ini file. So, .. maybe there are two different configurations. What do you mean with "symfony told me". Are you in console mode or in your web browser?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类