php インストール ://pecl.php.net/get/xdebug-2.2.2.tgz
tar -zxvf xdebug-2.2.2.tgz
cd xdebug-2.2.2/
/data/klj /php /bin/phpize./configure --enable-xdebug --with-php-config=/data/klj/php/bin/php-config
makemake install
php 設定ファイルを変更して、phpstrom と一致するように xdebug ポートを設定します
phpstrom 設定を変更します
zend_extension = "/data/klj/php/lib/php/extensions/no-debug-non-zts-20131226/xdebug.so"<span style="color: #000000;">xdebug</span>.remote_enable =1<span style="color: #000000;">xdebug</span>.remote_handler = "dbgp"<span style="color: #000000;">xdebug</span>.remote_host = "localhost"<span style="color: #000000;">xdebug</span>.remote_mode = "req"<span style="color: #000000;">xdebug</span>.remote_port = 9001<span style="color: #000000;">xdebug</span>.idekey = PHPSTORM