When I am using apache/mod_php, the PHP error will appear in the apache's error log.
Now, I am using php-fpm with nginx via fcgi, is it possible to have the PHP error log in the nginx error log as well?
So far the only solution is to use external file as defined in the php.ini
error_log = /tmp/php_errors.log
But I want them in the nginx error log for the ease of maintenance.