centOS php 5.3警告未记录到错误日志中

时间:2013-08-16 10:34:25

标签: php apache centos

我在CentOS上运行PHP 5.3。没有PHP警告写入错误日志。我的配置如下

php.ini

log_errors = On

error_reporting = E_ALL & ~E_DEPRECATED

我的虚拟主机配置文件

<VirtualHost *:9101>
    DocumentRoot /home/parvhraban/domains/src/www_root
    php_value include_path ".:/home/parvhraban/phplibs:/home/parvhraban/domains/src/local_libs"
    ErrorLog /home/parvhraban/log/error9101.log
    CustomLog /home/parvhraban/log/access9101.log common
</VirtualHost>

似乎设置正确但只记录了致命错误。我在这里缺少什么?

1 个答案:

答案 0 :(得分:0)

更改php.ini后重新启动服务器