php5でxdebugの表組みエラーが表示されないとき
DebianSqueezeでPHP5とxdebugをインストール。デフォルトの状態ではhtml_errorsとdisplay_errorsがOffになっているのでphp.iniを変更する。 html_errors Ond … Continue reading
DebianSqueezeでPHP5とxdebugをインストール。デフォルトの状態ではhtml_errorsとdisplay_errorsがOffになっているのでphp.iniを変更する。 html_errors Ond … Continue reading
リモートデバッグするには接続元IPアドレスを設定しておく必要があります。 php.ini xdebug.remote_host = 接続元のIPアドレス もしくは .htaccessに php_value xdebug. … Continue reading