0
對於我們需要在執行結束調用symfony的任務說end.php前置symfony的任務不工作
代碼:
if($a)
die(); // end.php should not be called
else
{
//end.php should be automatically called.
}
我嘗試使用
auto_append_file = /usr/local/scripts/config/end.php
但其沒有在symfony任務中工作