<?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>Thu, 02 Feb 2012 13:25:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ryan</title>
		<link>http://www.pingle.org/2006/10/18/php-crashes-extensions/comment-page-1#comment-1035</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 29 Jan 2011 10:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingle.org/2006/10/18/php-crashes-extensions/#comment-1035</guid>
		<description>Ugh, still not having an effect for me.. My problem is narrowed down to mysql.so, doesn&#039;t matter where it is, or what&#039;s going on it causes a bloody seg fault every time and I haven&#039;t a clue why
 I run a strace on it and got this: sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0  , but I haven&#039;t a clue what to do with that :(</description>
		<content:encoded><![CDATA[<p>Ugh, still not having an effect for me.. My problem is narrowed down to mysql.so, doesn&#8217;t matter where it is, or what&#8217;s going on it causes a bloody seg fault every time and I haven&#8217;t a clue why<br />
 I run a strace on it and got this: sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0  , but I haven&#8217;t a clue what to do with that :(</p>
]]></content:encoded>
	</item>
	<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 &#8216;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 &#8216;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>
</channel>
</rss>

