<?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: How to use external libraries in PHP?</title>
	<atom:link href="http://dev.juokaz.com/winphp-2009/how-to-use-outside-libraries-in-php/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.juokaz.com/winphp-2009/how-to-use-outside-libraries-in-php</link>
	<description>Random ideas, scripts and facts</description>
	<lastBuildDate>Mon, 29 Mar 2010 18:47:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juozas</title>
		<link>http://dev.juokaz.com/winphp-2009/how-to-use-outside-libraries-in-php/comment-page-1#comment-6831</link>
		<dc:creator>Juozas</dc:creator>
		<pubDate>Tue, 01 Dec 2009 23:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=793#comment-6831</guid>
		<description>Diego, even though I agree with you that PHP extensions are more portable, but have you actually tried writing one? Not example, not something basic, but proper extension?

COM extensions are easier to write and also it&#039;s easier to hire a developer to do so. I have seen dozens of titles &quot;we are looking for PHP extensions developers&quot; in open-source projects, though haven&#039;t seen any progress.

So even though COM extensions are Windows-only and probably slower than PHP extensions (because you just dynamically load COM one), they are some times better, especially for closed-source applications.</description>
		<content:encoded><![CDATA[<p>Diego, even though I agree with you that PHP extensions are more portable, but have you actually tried writing one? Not example, not something basic, but proper extension?</p>
<p>COM extensions are easier to write and also it&#8217;s easier to hire a developer to do so. I have seen dozens of titles &#8220;we are looking for PHP extensions developers&#8221; in open-source projects, though haven&#8217;t seen any progress.</p>
<p>So even though COM extensions are Windows-only and probably slower than PHP extensions (because you just dynamically load COM one), they are some times better, especially for closed-source applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Henrique</title>
		<link>http://dev.juokaz.com/winphp-2009/how-to-use-outside-libraries-in-php/comment-page-1#comment-6818</link>
		<dc:creator>Diego Henrique</dc:creator>
		<pubDate>Tue, 01 Dec 2009 12:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=793#comment-6818</guid>
		<description>The problem is: COM just work on windows. PHP Extensions can work in windows or linux or mac. So, if use windows can&#039;t be a problem, COM is the good choice, but if your server is linux, PHP Extensions is the best choice.</description>
		<content:encoded><![CDATA[<p>The problem is: COM just work on windows. PHP Extensions can work in windows or linux or mac. So, if use windows can&#8217;t be a problem, COM is the good choice, but if your server is linux, PHP Extensions is the best choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abcphp.com</title>
		<link>http://dev.juokaz.com/winphp-2009/how-to-use-outside-libraries-in-php/comment-page-1#comment-2554</link>
		<dc:creator>abcphp.com</dc:creator>
		<pubDate>Mon, 25 May 2009 08:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=793#comment-2554</guid>
		<description>&lt;strong&gt;How to use external libraries in PHP? &#124; Juozas devBlog...&lt;/strong&gt;

External libraries are useful for performance demanding tasks where PHP is simply too slow. Also PHP can work as front-end system for various back-end systems (where server doesn’t provide any PHP supported communication types). I have written some p...</description>
		<content:encoded><![CDATA[<p><strong>How to use external libraries in PHP? | Juozas devBlog&#8230;</strong></p>
<p>External libraries are useful for performance demanding tasks where PHP is simply too slow. Also PHP can work as front-end system for various back-end systems (where server doesn’t provide any PHP supported communication types). I have written some p&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
