2006-05-05から1日間の記事一覧

php5の環境整えてみる

php

xdebug http://xdebug.org/index.php $ tar xzvf xdebug-2.0.0beta5.tgz $ cd xdebug-2.0.0beta5/ $ /path/to/phpize $ ./configure --enable-xdebug --with-php-config=/path/to/php-config $ make $ sudo cp ./module/xdebug.so /path/to/extension/.php.i…