I heard that PECL can do this job,

can someone provide a hello world demo?

link|improve this question

13% accept rate
What specifically are you trying to install? It's likely that the extension is available in your distro's package repository. – ErikA Apr 14 '10 at 16:00
feedback

1 Answer

If you have PECL installed, it's this simple:

pecl install xdebug

Installing PEAR / PECL is best accomplished with your distributions packaging system.

link|improve this answer
Do I have to enable the extension in php.ini,or it's automatically available ? – apache Apr 15 '10 at 0:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.