Exec()之后的PHP error_log

时间:2014-04-07 07:42:22

标签: php apache typo3 stderr error-log

调用php函数exec时,stderr的输出将成为apache的默认error_log。我有一台安装了许多TYPO3的服务器。 TYPO3使用exec很多来处理图像。我的问题是我得到了大量的

"/usr/local/bin/gm identify: Improper image header (typo3temp/pics/...."

"/usr/local/bin/gm convert: Unable to open file ..."
错误日志中的

。但是没有时间戳,没有进程ID,没有进程所有者,没有IP或其他任何可以真正帮助的东西。只是输出。

有没有办法添加一些有用的信息?

0 个答案:

没有答案