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

php4の環境整えてみる

php

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