Files
archived-presentations/slides/xdebug/xdebug-install.xml
Derick Rethans 7d17ad90ec - Added some future things to i18n talks
- Added new slides for Xdebug talk
- Updated some encryption talk slides
2005-04-27 13:11:38 +00:00

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>