ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Add a simple way for users to send bug reports #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add a tool, tentatively called phug, which will create bug_report.tar.gz
from a crash in the compiler, or in compiled code. It would rely on
embedding the command-line to phc in the binary, and would collect relevant
data (uname, php --version, phc --version, etc), including the user's code
for a bug report.

Original issue reported on code.google.com by paul.biggar on 14 Apr 2007 at 5:32