<?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>Mike Smullin &#187; XAMPP</title>
	<atom:link href="http://www.mikesmullin.com/tag/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikesmullin.com</link>
	<description>Personal Blog</description>
	<lastBuildDate>Fri, 30 Sep 2011 23:21:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Magento Crashing Apache on WinXP XAMPP with PDO Enabled</title>
		<link>http://www.mikesmullin.com/development/magento-crashing-apache-on-winxp-xampp-with-pdo-enabled/</link>
		<comments>http://www.mikesmullin.com/development/magento-crashing-apache-on-winxp-xampp-with-pdo-enabled/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 23:00:15 +0000</pubDate>
		<dc:creator>Mike Smullin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[Zend Core]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.mikesmullin.com/?p=132</guid>
		<description><![CDATA[Very frustrating! With XAMPP Lite 1.6.8 on Windows XP SP3, I could get Magento 1.2.0.1 to work but Apache would crash randomly every 3-5 minutes triggered by new page loads or refreshes. Upgrading to Magento 1.2.0.2 and then 1.2.1 didn&#8217;t help. Upgrading to XAMPP Lite 1.7.0 made it worse because Apache would crash on every [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mikesmullin.com/wp-content/uploads/2009/02/magento1.png" alt="Magento Open Source eCommerce logo" title="Magento Open Source eCommerce logo" width="150" height="150" class="alignright size-full wp-image-133" />Very frustrating! With <acronym title="(Windows, Linux, Mac OS/X, or Solaris), Apache, MySQL, PHP, and Perl">XAMPP</acronym> Lite 1.6.8 on Windows XP <acronym title="Service Pack 3">SP3</acronym>, I could get Magento 1.2.0.1 to work but Apache would crash randomly every 3-5 minutes triggered by new page loads or refreshes. Upgrading to Magento 1.2.0.2 and then 1.2.1 didn&#8217;t help. Upgrading to <acronym title="(Windows, Linux, Mac OS/X, or Solaris), Apache, MySQL, PHP, and Perl">XAMPP</acronym> Lite 1.7.0 made it worse because <a href="http://www.magentocommerce.com/boards/viewthread/26644/">Apache would crash on <em>every</em> page load</a>, finally making it impossible to work with. That&#8217;s when I realized these types of problems were <a href="http://www.magentocommerce.com/wiki/general/installing_on_windows_with_xampp_and_wamp">known issues</a> between Magento <a href="http://www.apachefriends.org/f/viewtopic.php?f=16&#038;t=32507&#038;start=0&#038;sid=a3789ca590747f394668fa0fb24da946">and <acronym title="(Windows, Linux, Mac OS/X, or Solaris), Apache, MySQL, PHP, and Perl">XAMPP</acronym></a>.</p>
<p><span id="more-132"></span></p>
<p>No offense to <a href="http://www.apachefriends.org/en/team.html">Apache Friends</a> because I love <a href="http://www.apachefriends.org/en/xampp.html"><acronym title="(Windows, Linux, Mac OS/X, or Solaris), Apache, MySQL, PHP, and Perl">XAMPP</acronym></a> and have been using it for years. Something bigger is definitely going on here, because my <a href="http://www.eclipse.org/pdt/">Eclipse PDT</a> 3.2 <a href="http://activecodeline.com/what-makes-magento-so-hard-to-learn/"><acronym title="Integrated Development Environment">IDE</acronym> was having trouble with Magento</a>, too. Contrary to what you might think, from what I&#8217;ve read it looks like it&#8217;s actually <a href="http://www.zend.com/en/">Zend&#8217;s</a> fault; specifically, the <a href="http://framework.zend.com/">Zend Framework</a> has revolutionized the way <acronym title="Pre-Hypertext Processing">PHP</acronym> programmers think and the way PHP5 web applications are written. Truly object-oriented! Imagine that. Even the highly acclaimed <a href="http://drupal.org/">Drupal</a> project [which I also love, don't get me wrong] is still 99.9% procedural programming. Eclipse was fine with these, but now you need the new <a href="http://www.eclipse.org/ganymede/">Ganymede release</a> to ride with <acronym title="Zend Framework">ZF</acronym> and Magento.</p>
<p>So in a way this unexpected behavior now between Magento and <acronym title="(Windows, Linux, Mac OS/X, or Solaris), Apache, MySQL, PHP, and Perl">XAMPP</acronym> is self-serving because, if you research the problem, the solution recommended <a href="http://www.magentocommerce.com/boards/viewthread/26860/">just about everywhere</a> is to <a href="http://www.mikesmullin.com/development/introducing-zend-core-php-stack-for-windows/">download Zend Core as an alternative to <acronym title="(Windows, Linux, Mac OS/X, or Solaris), Apache, MySQL, PHP, and Perl">XAMPP</acronym></a>.</p>
<p>Well <acronym title="(Windows, Linux, Mac OS/X, or Solaris), Apache, MySQL, PHP, and Perl">XAMPP</acronym>, my friend, it was fun while it lasted, but the cards are stacked against you now. It has been days since I made the switch and Magento hasn&#8217;t crashed at all. <em>Not even once!</em> So, if you&#8217;re having the same problem as I was, just save yourself some time and try <a href="http://www.zend.com/products/core/">Zend Core</a>. You&#8217;ll thank yourself later.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mikesmullin.com/development/magento-crashing-apache-on-winxp-xampp-with-pdo-enabled/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

