Rev 467 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
該目錄底下放置可以執行執行的程式建議重新設置 php include path, 避免以軟連結過來的程式其 include 相關函式出錯.以下為範例:#以該檔案的實際位置的 lib path 為 include path 首位exec("cd ".pathinfo(__FILE__)["dirname"]."/../../;pwd;",$output,$status);set_include_path($output[0].PATH_SEPARATOR.get_include_path());#匯入外部套件include("allInOne.php");