mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
13 lines
417 B
XML
13 lines
417 B
XML
<slide title="Installing Xdebug">
|
|
|
|
<example title="Quick Install via PEAR"><![CDATA[pear install http://files.derickrethans.nl/xdebug-1.3.0.tgz
|
|
|
|
#slightly longer if the installer is broken
|
|
pear download http://files.derickrethans.nl/xdebug-1.3.0.tgz
|
|
pear install xdebug-1.3.0.tgz]]></example>
|
|
|
|
<break />
|
|
|
|
<example title="Enable Xdebug"><![CDATA[zend_extension="/usr/local/php/modules/xdebug.so"]]></example>
|
|
|
|
</slide> |