apache - centOS php 5.3 warnings are not logged to the error log -


i running php 5.3 on centos. there no php warning being written error log. configuration follows

php.ini  log_errors = on  error_reporting = e_all & ~e_deprecated 

my virtual host conf file

<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> 

it seems settings correct fatal errors being logged. missing here?

after changing php.ini restart server


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -