<?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>VolkomenJuist.nl &#187; Apache</title>
	<atom:link href="http://www.volkomenjuist.nl/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.volkomenjuist.nl/blog</link>
	<description>Juist! Volkomen Juist!</description>
	<lastBuildDate>Mon, 18 Jul 2011 20:00:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apache (XAMP 1.7.0) crashes in combination with Zend</title>
		<link>http://www.volkomenjuist.nl/blog/2009/02/17/apache-xamp-170-crashes-in-combination-with-zend/</link>
		<comments>http://www.volkomenjuist.nl/blog/2009/02/17/apache-xamp-170-crashes-in-combination-with-zend/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:59:52 +0000</pubDate>
		<dc:creator>Stefanovich</dc:creator>
				<category><![CDATA[Zend]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[XAMP]]></category>

		<guid isPermaLink="false">http://www.volkomenjuist.nl/blog/?p=162</guid>
		<description><![CDATA[Today I was trying to build a simple Zend application. However everytime when I did a fetchAll query, Apache crashes completely. In the error log (./apache/logs/error.log) I found the following line Parent: child process exited with status 3221225477 -- Restarting. After a long search on the Internet I found this thread which solves the problem for me. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to build a simple Zend application. However everytime when I did a fetchAll query, Apache crashes completely.</p>
<pre class="brush: php; title: ; notranslate">$clubFinder = new Club();
$this-&gt;view-&gt;clubs = $clubFinder-&gt;fetchAll();
</pre>
<p>In the error log (<code>./apache/logs/error.log</code>) I found the following line <code>Parent: child process exited with status 3221225477 -- Restarting.</code> After a long search on the Internet I found <a href="http://www.volkomenjuist.nl/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5hcGFjaGVmcmllbmRzLm9yZy9mL3ZpZXd0b3BpYy5waHA/Zj0xNiZhbXA7dD0zMjYxNw==">this</a> thread which solves the problem for me. The only thing I had to do was download <a href="http://www.volkomenjuist.nl/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3dpbmRvd3MucGhwLm5ldC9kb3dubG9hZHMvc25hcHMvcGhwLTUuMi13aW4zMi1WQzYteDg2LWxhdGVzdC56aXA=">this package </a>and replace the libmysql.dll file in the apache/php and /php folder with the one in the zip.)  Software used: XAMP 1.7.0 / Vista 32 bit / Zend 1.7.4.</p>
 <img src="http://www.volkomenjuist.nl/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=162" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.volkomenjuist.nl/blog/2009/02/17/apache-xamp-170-crashes-in-combination-with-zend/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

