<?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>paulsynnott.com &#187; PHP</title>
	<atom:link href="http://www.paulsynnott.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulsynnott.com/blog</link>
	<description>Did you get lost?  What are you doing here?</description>
	<lastBuildDate>Mon, 28 Dec 2009 19:13:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix: PHP 5.2 and 5.3 crash Apache 2.2.14</title>
		<link>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/</link>
		<comments>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 20:25:26 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA["The requested operation has failed!"]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[appcrash]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=98</guid>
		<description><![CDATA[Apache crashes after installing PHP with the error message "The requested operation has failed!"]]></description>
			<content:encoded><![CDATA[<p>Having just bought a new laptop, I went about installing Apache 2.2.14 and PHP 5.3.1 VC6 but quickly ran into problems when Apache flat out refused to load after PHP was installed.</p>
<p>The error Apache throws is &#8220;The requested operation has failed!&#8221;.</p>
<p><div id="attachment_99" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/12/apachecrash-300x186.png" alt="Apache crashes after installing PHP" title="&quot;The requested operation has failed!&quot;" width="300" height="186" class="size-medium wp-image-99" /><p class="wp-caption-text">Apache crashes after installing PHP</p></div><br />
In event viewer, you will see something like:</p>
<blockquote><p>Faulting application name: httpd.exe, version: 2.2.14.0, time stamp: 0x4ac181d6<br />
Faulting module name: php5ts.dll, version: 5.3.1.0, time stamp: 0x4b051b35<br />
Exception code: 0xc0000005<br />
Fault offset: 0x000e618c<br />
Faulting process id: 0xd90<br />
Faulting application start time: 0x01ca81af664b1357<br />
Faulting application path: C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin\httpd.exe<br />
Faulting module path: C:\Program Files (x86)\PHP\php5ts.dll<br />
Report Id: a40dce43-eda2-11de-9f0c-005056c00008
</p></blockquote>
<p>To cut a long story short, I went through each line of the php.ini file seeing which one was causing the problem.  I narrowed it down to this extension:</p>
<blockquote><p>[PHP_SYBASE_CT]<br />
extension=php_sybase_ct.dll
</p></blockquote>
<p>Change to:</p>
<blockquote><p>[PHP_SYBASE_CT]<br />
;extension=php_sybase_ct.dll
</p></blockquote>
<p>Uncomment this extension by placing a semi colon in front, and Apache will load without any problem.</p>
<p>If you found this post helpful, leave a comment to let me know, thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
