<?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: PHP Crashes Caused By Extensions</title>
	<atom:link href="http://www.pingle.org/2006/10/18/php-crashes-extensions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pingle.org/2006/10/18/php-crashes-extensions</link>
	<description>Everything You Never Wanted To Know</description>
	<lastBuildDate>Tue, 01 Dec 2009 14:50:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: blog</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-919</link>
		<dc:creator>blog</dc:creator>
		<pubDate>Fri, 23 Jan 2009 15:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-919</guid>
		<description>I had similar problem with freebsd 7.1/amd64/apache 1.3.41/php 5.2.8/postgresql 8.3.x and extension=pgsql.so
 
this is mine /usr/local/etc/php/extensions.ini

extension=mysql.so
extension=session.so
extension=xml.so
extension=pgsql.so
extension=gd.so
extension=curl.so

after httpd restart, apache go signal 11 and dumped core

my solution: 
in httpd.conf add/uncoment line:

ServerName yourhost.yourdomain.extension</description>
		<content:encoded><![CDATA[<p>I had similar problem with freebsd 7.1/amd64/apache 1.3.41/php 5.2.8/postgresql 8.3.x and extension=pgsql.so</p>
<p>this is mine /usr/local/etc/php/extensions.ini</p>
<p>extension=mysql.so<br />
extension=session.so<br />
extension=xml.so<br />
extension=pgsql.so<br />
extension=gd.so<br />
extension=curl.so</p>
<p>after httpd restart, apache go signal 11 and dumped core</p>
<p>my solution:<br />
in httpd.conf add/uncoment line:</p>
<p>ServerName yourhost.yourdomain.extension</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dolemite</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-906</link>
		<dc:creator>dolemite</dc:creator>
		<pubDate>Thu, 04 Sep 2008 03:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-906</guid>
		<description>i had similar problem with 7.0-STABLE, except apache was not exiting (it was just hanging), but the cli version of php would core dump.  fixed by putting imap at the end of the extensions (i did not have to move any others).</description>
		<content:encoded><![CDATA[<p>i had similar problem with 7.0-STABLE, except apache was not exiting (it was just hanging), but the cli version of php would core dump.  fixed by putting imap at the end of the extensions (i did not have to move any others).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bela</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-903</link>
		<dc:creator>bela</dc:creator>
		<pubDate>Fri, 01 Aug 2008 11:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-903</guid>
		<description>Thankyou your article!</description>
		<content:encoded><![CDATA[<p>Thankyou your article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-900</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Tue, 24 Jun 2008 13:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-900</guid>
		<description>Thanks from Ukraine, we have problem &quot;exited on signal 6&quot;...</description>
		<content:encoded><![CDATA[<p>Thanks from Ukraine, we have problem &#8220;exited on signal 6&#8243;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: granec</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-871</link>
		<dc:creator>granec</dc:creator>
		<pubDate>Thu, 13 Dec 2007 21:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-871</guid>
		<description>Tahnk you, very useful so far.</description>
		<content:encoded><![CDATA[<p>Tahnk you, very useful so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-726</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 01 Jun 2007 09:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-726</guid>
		<description>Thanks a lot for your post, this was exactly what I was experiencing. ANY php script crashed with signal 6 at the end. First I thought it was the &#039;simplexml&#039; extension causing this, because disabling it fixed the problem as well. But I needed this extension, and finally, moving &#039;mysql&#039; to the end of the list worked. I don&#039;t use the &#039;imap&#039; or &#039;socket&#039; extensions, though. (php-5.2.2 on FreeBSD-6.1-RELEASE)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your post, this was exactly what I was experiencing. ANY php script crashed with signal 6 at the end. First I thought it was the &#8217;simplexml&#8217; extension causing this, because disabling it fixed the problem as well. But I needed this extension, and finally, moving &#8216;mysql&#8217; to the end of the list worked. I don&#8217;t use the &#8216;imap&#8217; or &#8217;socket&#8217; extensions, though. (php-5.2.2 on FreeBSD-6.1-RELEASE)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Life on the edge of /dev/null &#187; Blog Archive &#187; PHP Extensions trouble</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-584</link>
		<dc:creator>Life on the edge of /dev/null &#187; Blog Archive &#187; PHP Extensions trouble</dc:creator>
		<pubDate>Thu, 01 Mar 2007 09:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-584</guid>
		<description>[...] &amp; PHP5 which may seem related to use of extensions within PHP (extensions.ini), please read &#8220;PHP Crashes Caused By Extensions&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] &#38; PHP5 which may seem related to use of extensions within PHP (extensions.ini), please read &#8220;PHP Crashes Caused By Extensions&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: artur</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-567</link>
		<dc:creator>artur</dc:creator>
		<pubDate>Sun, 18 Feb 2007 20:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-567</guid>
		<description>thanks for this post, i&#039;m going to try to reorder my extensions.  any more info on this would be VERY appreciated.</description>
		<content:encoded><![CDATA[<p>thanks for this post, i&#8217;m going to try to reorder my extensions.  any more info on this would be VERY appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-562</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 14 Feb 2007 07:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-562</guid>
		<description>Very helpful. I had segmentation fault problems with phpMyAdmin not opening after I made changes to php.ini and added extensions. Based on your advice, I looked at extensions.ini and found many duplicate lines. I removed all the duplicates and put mysql at the bottom and it fixed the problem. Thanks.</description>
		<content:encoded><![CDATA[<p>Very helpful. I had segmentation fault problems with phpMyAdmin not opening after I made changes to php.ini and added extensions. Based on your advice, I looked at extensions.ini and found many duplicate lines. I removed all the duplicates and put mysql at the bottom and it fixed the problem. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: O'Shaughnessy Evans</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-532</link>
		<dc:creator>O'Shaughnessy Evans</dc:creator>
		<pubDate>Fri, 05 Jan 2007 21:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-532</guid>
		<description>I was struggling with this too (on FBSD 5.x) and tried every recommended ordering I found.  The final fix for me was to recompile php5 and all the php5 modules with with less aggressive compiler optimization in /etc/make.conf.  I normally have &quot;CFLAGS=-O2 -pipe -funroll-loops -march=pentium4&quot;.  I reduced it to -O, recompiled all and restarted Apache, then the seg faults went away.</description>
		<content:encoded><![CDATA[<p>I was struggling with this too (on FBSD 5.x) and tried every recommended ordering I found.  The final fix for me was to recompile php5 and all the php5 modules with with less aggressive compiler optimization in /etc/make.conf.  I normally have &#8220;CFLAGS=-O2 -pipe -funroll-loops -march=pentium4&#8243;.  I reduced it to -O, recompiled all and restarted Apache, then the seg faults went away.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
