<?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: Setting up MAMP Pro with Zend Debugger, Optimizer and Extension Manager</title>
	<atom:link href="http://jeremysimkins.com/mamp/setting-up-mamp-pro-with-zend-debugger-optimizer-and-extension-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremysimkins.com/mamp/setting-up-mamp-pro-with-zend-debugger-optimizer-and-extension-manager/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 21 May 2010 23:50:40 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: heidivt73</title>
		<link>http://jeremysimkins.com/mamp/setting-up-mamp-pro-with-zend-debugger-optimizer-and-extension-manager/comment-page-1/#comment-46</link>
		<dc:creator>heidivt73</dc:creator>
		<pubDate>Thu, 22 Apr 2010 22:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysimkins.com/wordpress/?p=57#comment-46</guid>
		<description>Figured out after reading this article why setting up debugging was so difficult... the installation guide provided by Zend has incorrect instructions... It says to set zend_extension instead of zend_extension_manager.debug_server, no wonder it wasn&#039;t working!</description>
		<content:encoded><![CDATA[<p>Figured out after reading this article why setting up debugging was so difficult&#8230; the installation guide provided by Zend has incorrect instructions&#8230; It says to set zend_extension instead of zend_extension_manager.debug_server, no wonder it wasn&#8217;t working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SoN9ne</title>
		<link>http://jeremysimkins.com/mamp/setting-up-mamp-pro-with-zend-debugger-optimizer-and-extension-manager/comment-page-1/#comment-45</link>
		<dc:creator>SoN9ne</dc:creator>
		<pubDate>Tue, 06 Apr 2010 16:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysimkins.com/wordpress/?p=57#comment-45</guid>
		<description>You can hard-code the path like that, I use to do it that way before I learned this method. Typically, the cause of it not working is the sub-folder was not renamed to the proper name (php-5.1.x). I&#039;m glad you got it working.</description>
		<content:encoded><![CDATA[<p>You can hard-code the path like that, I use to do it that way before I learned this method. Typically, the cause of it not working is the sub-folder was not renamed to the proper name (php-5.1.x). I&#8217;m glad you got it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Crookes</title>
		<link>http://jeremysimkins.com/mamp/setting-up-mamp-pro-with-zend-debugger-optimizer-and-extension-manager/comment-page-1/#comment-44</link>
		<dc:creator>Alex Crookes</dc:creator>
		<pubDate>Sat, 03 Apr 2010 20:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysimkins.com/wordpress/?p=57#comment-44</guid>
		<description>I had to do some more playing with this

loading the debugger with the extension manager didn&#039;t work, but it does when I use

zend_extension=/Applications/MAMP/bin/php5/zend/lib/ZendDebugger-5.2.26/php-5.2.x/ZendDebugger.so

Of course, you&#039;ll need to replace my path with your own.</description>
		<content:encoded><![CDATA[<p>I had to do some more playing with this</p>
<p>loading the debugger with the extension manager didn&#8217;t work, but it does when I use</p>
<p>zend_extension=/Applications/MAMP/bin/php5/zend/lib/ZendDebugger-5.2.26/php-5.2.x/ZendDebugger.so</p>
<p>Of course, you&#8217;ll need to replace my path with your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SoN9ne</title>
		<link>http://jeremysimkins.com/mamp/setting-up-mamp-pro-with-zend-debugger-optimizer-and-extension-manager/comment-page-1/#comment-34</link>
		<dc:creator>SoN9ne</dc:creator>
		<pubDate>Sun, 12 Apr 2009 22:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysimkins.com/wordpress/?p=57#comment-34</guid>
		<description>I have played with the eclipse version but find it more troublesome than it is worth. I&#039;ll just stick to Zend Studio v.5.5.1. There is nothing better than it.. although PHP 5.3 and namespaces are a major drawback for it.

As for the different debugger types. It is my understanding that:
cygwin - Is for Windows
darwin - Is for Mac

Then the two Linux installs are for 32 and 64 bit Linux  systems.</description>
		<content:encoded><![CDATA[<p>I have played with the eclipse version but find it more troublesome than it is worth. I&#8217;ll just stick to Zend Studio v.5.5.1. There is nothing better than it.. although PHP 5.3 and namespaces are a major drawback for it.</p>
<p>As for the different debugger types. It is my understanding that:<br />
cygwin &#8211; Is for Windows<br />
darwin &#8211; Is for Mac</p>
<p>Then the two Linux installs are for 32 and 64 bit Linux  systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chordol</title>
		<link>http://jeremysimkins.com/mamp/setting-up-mamp-pro-with-zend-debugger-optimizer-and-extension-manager/comment-page-1/#comment-3</link>
		<dc:creator>Chordol</dc:creator>
		<pubDate>Thu, 09 Apr 2009 16:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysimkins.com/wordpress/?p=57#comment-3</guid>
		<description>Jeremy, this is one of the better tutorials I have ever seen plus luck had it that I have the exact same setup as you.

You can imagine my frustration when it didn&#039;t work... until I tried it with darwin version of ZendDebugger. If you have a minute to elaborate why is darwin the right choice for intel based mac book pro, I&#039;d be grateful, or in other words wtf does darwin stand for?

Thank you very much for the time you invested in this post, it filled a big gap in my development environment.

All the best!</description>
		<content:encoded><![CDATA[<p>Jeremy, this is one of the better tutorials I have ever seen plus luck had it that I have the exact same setup as you.</p>
<p>You can imagine my frustration when it didn&#8217;t work&#8230; until I tried it with darwin version of ZendDebugger. If you have a minute to elaborate why is darwin the right choice for intel based mac book pro, I&#8217;d be grateful, or in other words wtf does darwin stand for?</p>
<p>Thank you very much for the time you invested in this post, it filled a big gap in my development environment.</p>
<p>All the best!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nigeljh</title>
		<link>http://jeremysimkins.com/mamp/setting-up-mamp-pro-with-zend-debugger-optimizer-and-extension-manager/comment-page-1/#comment-2</link>
		<dc:creator>nigeljh</dc:creator>
		<pubDate>Fri, 20 Feb 2009 14:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysimkins.com/wordpress/?p=57#comment-2</guid>
		<description>thanks for the fantastic article ; i am now up and running finally !!

a quick question though, regarding eclipse if you use it .... eclipse always puts localhost in the domain string when i try to preview/debug, and it doesnt work ... if i replace this using my mamp pro local url, then its ok ... sure it must be a config somewhere, but damned if i can find it !!</description>
		<content:encoded><![CDATA[<p>thanks for the fantastic article ; i am now up and running finally !!</p>
<p>a quick question though, regarding eclipse if you use it &#8230;. eclipse always puts localhost in the domain string when i try to preview/debug, and it doesnt work &#8230; if i replace this using my mamp pro local url, then its ok &#8230; sure it must be a config somewhere, but damned if i can find it !!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
