Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windowsを搭載したコンピューターにxdebugをインストールしましたが、デフォルトで正常に動作します-トレースはカラフルできれいですが、ubuntu 10.10を搭載した別のコンピューターでは無色でフォーマットもありません。php.ini で xdebug フォーマット パラメータを入力しようとしましたが、うまくいきませんでした :(
出力フォーマットを改善するために何をする必要がありますか?
私は昔々この問題に直面し、次のことが判明しました:
開いて、あなたの場合はそれphp.iniを探してhtml_errorsくださいoff
php.ini
html_errors
off
、それを回してonApacheを再起動するだけです
on
そして、あなたは行ってもいいでしょう:)