<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd"	>
<channel>
	<title>Comments on: How to Make Your Own PHP Extension&#8230; Quick and Dirty</title>
	<atom:link href="http://www.codebelay.com/blog/2008/07/03/how-to-make-your-own-php-extension-quick-and-dirty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebelay.com/blog/2008/07/03/how-to-make-your-own-php-extension-quick-and-dirty/</link>
	<description>Safely Reach New Tech Heights Through Our Startup Insights</description>
	<lastBuildDate>Sun, 05 Feb 2012 01:14:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: TWC</title>
		<link>http://www.codebelay.com/blog/2008/07/03/how-to-make-your-own-php-extension-quick-and-dirty/comment-page-1/#comment-9593</link>
		<dc:creator>TWC</dc:creator>
		<pubDate>Fri, 18 Feb 2011 18:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=67#comment-9593</guid>
		<description>Thanks very much for the head start.</description>
		<content:encoded><![CDATA[<p>Thanks very much for the head start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupendra L</title>
		<link>http://www.codebelay.com/blog/2008/07/03/how-to-make-your-own-php-extension-quick-and-dirty/comment-page-1/#comment-9578</link>
		<dc:creator>Rupendra L</dc:creator>
		<pubDate>Wed, 19 Jan 2011 07:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=67#comment-9578</guid>
		<description>If you are doing this on Mac OSX 32 bit and XAMPP, u might come across error saying, 
PHP Warning:  PHP Startup: Unable to load dynamic library &#039;/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/barce.so&#039; - dlopen(/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/barce.so, 9): no suitable image found.  Did find:
	/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/barce.so: mach-o, but wrong architecture in Unknown on line 0

Solution to this is, 
phpize
CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 ./configure
make

Note the modifiers to ./configure</description>
		<content:encoded><![CDATA[<p>If you are doing this on Mac OSX 32 bit and XAMPP, u might come across error saying,<br />
PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/barce.so&#8217; &#8211; dlopen(/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/barce.so, 9): no suitable image found.  Did find:<br />
	/Applications/XAMPP/xamppfiles/lib/php/php-5.3.1/extensions/no-debug-non-zts-20090626/barce.so: mach-o, but wrong architecture in Unknown on line 0</p>
<p>Solution to this is,<br />
phpize<br />
CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 ./configure<br />
make</p>
<p>Note the modifiers to ./configure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.codebelay.com/blog/2008/07/03/how-to-make-your-own-php-extension-quick-and-dirty/comment-page-1/#comment-9396</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 15 Oct 2010 03:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebelay.com/blog/?p=67#comment-9396</guid>
		<description>Thanks! Exactly what I was looking for and at the right level too.</description>
		<content:encoded><![CDATA[<p>Thanks! Exactly what I was looking for and at the right level too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.686 seconds -->

