<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install xDebug in XAMPP</title>
	<atom:link href="http://www.madbabble.com/install-xdebug-in-xampp.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.madbabble.com/install-xdebug-in-xampp.html</link>
	<description>Mad Babble &#38; Lucid Thought</description>
	<lastBuildDate>Mon, 10 May 2010 05:47:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.madbabble.com/install-xdebug-in-xampp.html/comment-page-1#comment-329</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.madbabble.com/?p=154#comment-329</guid>
		<description>And here is how to do it for Linux http://www.sanisoft.com/blog/2007/06/23/how-to-install-xdebug-php-extension-for-xampp-on-linux/</description>
		<content:encoded><![CDATA[<p>And here is how to do it for Linux <a href="http://www.sanisoft.com/blog/2007/06/23/how-to-install-xdebug-php-extension-for-xampp-on-linux/" rel="nofollow">http://www.sanisoft.com/blog/2007/06/23/how-to-install-xdebug-php-extension-for-xampp-on-linux/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.madbabble.com/install-xdebug-in-xampp.html/comment-page-1#comment-327</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 Nov 2009 18:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.madbabble.com/?p=154#comment-327</guid>
		<description>I had to remove the &quot;_ts&quot; in my php.ini for some reason:

zend_extension=&quot;E:\XAMPP\php\ext\php_xdebug.dll&quot;
xdebug.remote_enable=On
xdebug.remote_host=&quot;localhost&quot;
xdebug.remote_port=9000
xdebug.remote_handler=dbgp

worked for me.</description>
		<content:encoded><![CDATA[<p>I had to remove the &#8220;_ts&#8221; in my php.ini for some reason:</p>
<p>zend_extension=&#8221;E:\XAMPP\php\ext\php_xdebug.dll&#8221;<br />
xdebug.remote_enable=On<br />
xdebug.remote_host=&#8221;localhost&#8221;<br />
xdebug.remote_port=9000<br />
xdebug.remote_handler=dbgp</p>
<p>worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to use CURL in XAMPP &#124; Mad Babble &#38; Lucid Thought</title>
		<link>http://www.madbabble.com/install-xdebug-in-xampp.html/comment-page-1#comment-305</link>
		<dc:creator>How to use CURL in XAMPP &#124; Mad Babble &#38; Lucid Thought</dc:creator>
		<pubDate>Sun, 30 Aug 2009 11:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.madbabble.com/?p=154#comment-305</guid>
		<description>[...] receive many e-mails from my readers regarding my PHP &amp; MySQL Develpment enviroment and xDebug on XAMPP most of those readers have trouble with running CURL on their XAMPP, also i find that over web have [...]</description>
		<content:encoded><![CDATA[<p>[...] receive many e-mails from my readers regarding my PHP &amp; MySQL Develpment enviroment and xDebug on XAMPP most of those readers have trouble with running CURL on their XAMPP, also i find that over web have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eAdd</title>
		<link>http://www.madbabble.com/install-xdebug-in-xampp.html/comment-page-1#comment-299</link>
		<dc:creator>eAdd</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.madbabble.com/?p=154#comment-299</guid>
		<description>in fact i found the answer :)

so i commented the zend optimizer in php.ini under [zend] section.

[zend]
;zend_extension_ts = &quot;D:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll&quot;
;zend_extension_manager.optimizer_ts = &quot;D:\xampp\php\zendOptimizer\lib\Optimizer&quot;
;zend_optimizer.enable_loader = 0
;zend_optimizer.optimization_level=15


does the trick..

cheers
eAdd</description>
		<content:encoded><![CDATA[<p>in fact i found the answer <img src='http://www.madbabble.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>so i commented the zend optimizer in php.ini under [zend] section.</p>
<p>[zend]<br />
;zend_extension_ts = &#8220;D:\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll&#8221;<br />
;zend_extension_manager.optimizer_ts = &#8220;D:\xampp\php\zendOptimizer\lib\Optimizer&#8221;<br />
;zend_optimizer.enable_loader = 0<br />
;zend_optimizer.optimization_level=15</p>
<p>does the trick..</p>
<p>cheers<br />
eAdd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eAdd</title>
		<link>http://www.madbabble.com/install-xdebug-in-xampp.html/comment-page-1#comment-298</link>
		<dc:creator>eAdd</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.madbabble.com/?p=154#comment-298</guid>
		<description>Hi :) 
i&#039;ve followed your procedure but apache crashes after ~2 seconds :( 

i don&#039;t have curl enabled in php

B-) i know its first comment 9 months... just pointing out for the reader who find out this post after today :D

cheers. eAdd.</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://www.madbabble.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
i&#8217;ve followed your procedure but apache crashes after ~2 seconds <img src='http://www.madbabble.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>i don&#8217;t have curl enabled in php</p>
<p>B-) i know its first comment 9 months&#8230; just pointing out for the reader who find out this post after today <img src='http://www.madbabble.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>cheers. eAdd.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
