<?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: Compiling PHP in 64 bits mode on Snow Leopard</title>
	<atom:link href="http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-12714</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 11 Nov 2011 22:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-12714</guid>
		<description>@Simon, if you want to depend on someone else to do this for you you are welcome. This site is all about self empowerment. Showing you how to do it yourself. And that is not always the easy way.</description>
		<content:encoded><![CDATA[<p>@Simon, if you want to depend on someone else to do this for you you are welcome. This site is all about self empowerment. Showing you how to do it yourself. And that is not always the easy way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-12710</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 11 Nov 2011 19:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-12710</guid>
		<description>Upgrading php from php-osx.liip.ch on 10.6 saves me time and [.*]ache.</description>
		<content:encoded><![CDATA[<p>Upgrading php from php-osx.liip.ch on 10.6 saves me time and [.*]ache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-8195</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 04 Nov 2010 22:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-8195</guid>
		<description>Thanks - you really saved the day with that patch for the source code.
Took me a while to find this, as the error I got had a different line number:

/usr/local/mysql/include/my_global.h:1012: error: duplicate ‘unsigned’
/usr/local/mysql/include/my_global.h:1012: warning: useless type name in empty declaration

just trying to help any googlers find this fix!</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; you really saved the day with that patch for the source code.<br />
Took me a while to find this, as the error I got had a different line number:</p>
<p>/usr/local/mysql/include/my_global.h:1012: error: duplicate ‘unsigned’<br />
/usr/local/mysql/include/my_global.h:1012: warning: useless type name in empty declaration</p>
<p>just trying to help any googlers find this fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-7311</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 29 Jul 2010 12:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-7311</guid>
		<description>Yes, please add them.</description>
		<content:encoded><![CDATA[<p>Yes, please add them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-7309</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-7309</guid>
		<description>Also, my httpd.conf file doesn&#039;t have the following lines:

AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

Should I add them?  The LoadModule line is in the configuration file.
The only AddType line in my config are:

AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz</description>
		<content:encoded><![CDATA[<p>Also, my httpd.conf file doesn&#8217;t have the following lines:</p>
<p>AddType application/x-httpd-php .php .phtml<br />
AddType application/x-httpd-php-source .phps</p>
<p>Should I add them?  The LoadModule line is in the configuration file.<br />
The only AddType line in my config are:</p>
<p>AddType application/x-compress .Z<br />
AddType application/x-gzip .gz .tgz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-7308</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-7308</guid>
		<description>On the commandline:

patch [originalfile] [patchfile]</description>
		<content:encoded><![CDATA[<p>On the commandline:</p>
<p>patch [originalfile] [patchfile]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-7307</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Thu, 29 Jul 2010 08:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-7307</guid>
		<description>I don&#039;t want to be a pain, but how exactly do you apply a patch?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t want to be a pain, but how exactly do you apply a patch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-7306</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 29 Jul 2010 08:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-7306</guid>
		<description>Please read the blog, it&#039;s already noted and solved with a patch: http://diymacserver.com/2010/07/23/php-released-5-3-3-has-small-issue/</description>
		<content:encoded><![CDATA[<p>Please read the blog, it&#8217;s already noted and solved with a patch: <a href="http://diymacserver.com/2010/07/23/php-released-5-3-3-has-small-issue/" rel="nofollow">http://diymacserver.com/2010/07/23/php-released-5-3-3-has-small-issue/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-7305</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Thu, 29 Jul 2010 08:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-7305</guid>
		<description>I used the same configuration as you, with no editing, and PHP 5.3.3 configured correctly.  When I tried make, it ended with this error:

In file included from /Users/server/src/php-5.3.3/ext/mysqli/php_mysqli_structs.h:57,
                 from /Users/server/src/php-5.3.3/ext/mysqli/mysqli.c:33:
/usr/local/mysql/include/mysql/my_global.h:1008: error: duplicate &#039;unsigned&#039;
/usr/local/mysql/include/mysql/my_global.h:1008: warning: useless type name in empty declaration
make: *** [ext/mysqli/mysqli.lo] Error 1

And of course, make install failed with the same error.  I installed MySQL per your specifications.</description>
		<content:encoded><![CDATA[<p>I used the same configuration as you, with no editing, and PHP 5.3.3 configured correctly.  When I tried make, it ended with this error:</p>
<p>In file included from /Users/server/src/php-5.3.3/ext/mysqli/php_mysqli_structs.h:57,<br />
                 from /Users/server/src/php-5.3.3/ext/mysqli/mysqli.c:33:<br />
/usr/local/mysql/include/mysql/my_global.h:1008: error: duplicate &#8216;unsigned&#8217;<br />
/usr/local/mysql/include/mysql/my_global.h:1008: warning: useless type name in empty declaration<br />
make: *** [ext/mysqli/mysqli.lo] Error 1</p>
<p>And of course, make install failed with the same error.  I installed MySQL per your specifications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-php/compiling-php-in-64-bits-mode-on-snow-leopard/comment-page-1/#comment-7282</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 18 Jul 2010 09:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=981#comment-7282</guid>
		<description>@Nicolas, just tried it myself again and there should not be any error if you&#039;ve installed everything as documented. I think you might have made a mistake in the mysql installation or did not clean up your previous PHP attempt. If you try to compile PHP again please run &quot;make clean&quot; before you run ./configure again.

The unrecognized options is an error on your behalf. You did something wring there as this should not happen. Please make sure you copy the command lines as shown.</description>
		<content:encoded><![CDATA[<p>@Nicolas, just tried it myself again and there should not be any error if you&#8217;ve installed everything as documented. I think you might have made a mistake in the mysql installation or did not clean up your previous PHP attempt. If you try to compile PHP again please run &#8220;make clean&#8221; before you run ./configure again.</p>
<p>The unrecognized options is an error on your behalf. You did something wring there as this should not happen. Please make sure you copy the command lines as shown.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

