Previous: バグの検索と報告 Next: リリース/QAプロセス
バグ報告の手順
http://bugs.php.net/how-to-report.php
http://bugs.php.net/bugs-generating-backtrace.php

1. configureに--enable-debugを指定してPHPをコンパイル

2. コアを出力:ulimit -c unlimited

3. Webサーバ実行:httpd -X

4. gdb /usr/local/apache/sbin/httpd /usr/local/apache/sbin/core

5. (gdb) btを入力し、バックトレースを取得