3
cron命令:的cron PHP如何阻止頭在追加到文件
/user/bin/php "/path/Script.php" >> /path/LogFile.html
當PHP輸出到我的日誌文件,它總是說
X-Powered-By: PHP/5.3.22 Content-type: text/html
所以用我的輸出文件
開始了,它看起來是這樣的:
X-Powered-By: PHP/5.3.22 Content-type: text/html X-Powered-By: PHP/5.3.22 Content-type: text/html X-Powered-By: PHP/5.3.22 Content-type: text/html X-Powered-By: PHP/5.3.22 Content-type: text/html
NEW DAY MARKER | 29/04/2013 00:00:07
Total Exchanges: 73294
Total GMT references: 7
Exchanges pending approval: 4
輸出以表格形式,造成重複text/html的標題充斥冷杉t 4或5頁的我的日誌文件 - 因爲他們之間
</tr> X-Powered-By: text/html <tr>
標籤。
有無論如何,我可以告訴它,當運行cron作業時不要放出那種標題信息? (我不想globaly禁用它 - 需要web界面仍然與其他PHP腳本工作)
Linux主機的cPanel,VPS
這並不適用於我。任何想法爲什麼? – Goose 2015-09-10 18:58:21