<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Deployer &#187; IDE</title>
	<atom:link href="http://thedeployer.com/category/ide/feed" rel="self" type="application/rss+xml" />
	<link>http://thedeployer.com</link>
	<description>Technology and Development Today</description>
	<lastBuildDate>Thu, 05 Aug 2010 07:17:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to setup Eclipse + XAMPP + Zend Optimizer + Debugging</title>
		<link>http://thedeployer.com/2008-10-how-to-setup-eclipse-xampp-zend-optimizer-debugging</link>
		<comments>http://thedeployer.com/2008-10-how-to-setup-eclipse-xampp-zend-optimizer-debugging#comments</comments>
		<pubDate>Sat, 11 Oct 2008 15:02:00 +0000</pubDate>
		<dc:creator>Lucian Daniliuc</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://thedeployer.com/?p=55</guid>
		<description><![CDATA[[ This is currently a draft. will format and finish later ]
Eclipse all-in-one here:
Zend debugger here: http://downloads.zend.com/pdt/server-debugger/
How to allow Zend Debugger and Zend Optimizer to co-exist: http://blog.tigeryao.com/2008/how-to-allow-zend-optimizer-and-zend-debugger-coexist.html
XAMPP download:
Instructions on how to enable debugging for Eclipse:
Zend Debugger installation instructions
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
1. Locate ZendDebugger.so or ZendDebugger.dll file that is compiled for the
correct version of PHP (4.3.x, 4.4.x, 5.0.x, 5.1.x, [...]]]></description>
			<content:encoded><![CDATA[<p>[ This is currently a draft. will format and finish later ]</p>
<p>Eclipse all-in-one here:<br />
Zend debugger here: http://downloads.zend.com/pdt/server-debugger/<br />
How to allow Zend Debugger and Zend Optimizer to co-exist: http://blog.tigeryao.com/2008/how-to-allow-zend-optimizer-and-zend-debugger-coexist.html<br />
XAMPP download:</p>
<p>Instructions on how to enable debugging for Eclipse:</p>
<blockquote><p>Zend Debugger installation instructions<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>1. Locate ZendDebugger.so or ZendDebugger.dll file that is compiled for the<br />
correct version of PHP (4.3.x, 4.4.x, 5.0.x, 5.1.x, 5.2.x) in the<br />
appropriate directory.</p>
<p>2. Add the following line to the php.ini file:<br />
Linux and Mac OS X:     zend_extension=/full/path/to/ZendDebugger.so<br />
Windows:                zend_extension_ts=/full/path/to/ZendDebugger.dll<br />
Windows non-tread safe: zend_extension=/full/path/to/ZendDebugger.dll</p>
<p>(*) the windows non-thread safe is used only with Zend Core 2.0</p>
<p>3. Add the following lines to the php.ini file:<br />
zend_debugger.allow_hosts=<br />
zend_debugger.expose_remotely=always</p>
<p>4. Place dummy.php file in the document root directory.</p>
<p>5. Restart web server.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://thedeployer.com/2008-10-how-to-setup-eclipse-xampp-zend-optimizer-debugging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
