mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
20 lines
682 B
XML
20 lines
682 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<slide fontsize="6em">
|
|
<title>Installing Xdebug</title>
|
|
|
|
<blurb>Linux, FreeBSD, MacOSX:</blurb>
|
|
<break/>
|
|
<example class="code_large">pear install http://pecl.php.net/get/xdebug</example>
|
|
<break/>
|
|
<blurb class="small_blurb">Add to php.ini:</blurb>
|
|
<example class="code_large">zend_extension="/usr/local/php/modules/xdebug.so"</example>
|
|
|
|
<break lines="2"/>
|
|
<blurb>Windows:</blurb>
|
|
<break/>
|
|
<blurb class="small_blurb">Download Xdebug from http://xdebug.org</blurb>
|
|
<break/>
|
|
<blurb class="small_blurb">Add to php.ini:</blurb>
|
|
<example class="code_large">zend_extension_ts="c:/usr/local/php/modules/xdebug.so"</example>
|
|
</slide>
|