<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bhiv.com &#187; PHP</title>
	<atom:link href="http://bhiv.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://bhiv.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jun 2008 18:29:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Go PHP5</title>
		<link>http://bhiv.com/go-php5/</link>
		<comments>http://bhiv.com/go-php5/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 14:57:12 +0000</pubDate>
		<dc:creator>Brent</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://bhiv.com/go-php5/</guid>
		<description><![CDATA[Here is an interesting problem, over seven years ago PHP 4 was released. It was a vast improvement over 3 and the world adopted it quickly. When PHP 5 was released the move was much slower and is still the minority on web hosts. I have moved all of my personal PHP projects to 5 [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting problem, over seven years ago PHP 4 was released. It was a vast improvement over 3 and the world adopted it quickly. When PHP 5 was released the move was much slower and is still the minority on web hosts.</p>
<p>I have moved all of my personal PHP projects to 5 a while ago but professionally I am stuck maintaining an application in 4. I am constantly disappointed when I come up with a solution to only realize that the function I want to use is only in 5. (We are going to be moving to 5 later this year).</p>
<p>The crux of the problem is in how many web hosts use Plesk/cPanel/etc and they haven&#8217;t moved their default settings to 5.</p>
<p>Now there is a movement for OSS developers to move their projects to only support 5 called &#8220;Go PHP5&#8243;. <a href="http://lists.drupal.org/archives/development/2007-06/msg00171.html">Read the thread here</a></p>
<p><b>Update:</b> and now the website it up <a href="http://gophp5.org/">GoPHP5!</a> I don&#8217;t see wordpress on the list, come on <a href="http://photomatt.net/">Matt</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://bhiv.com/go-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ditch Ubuntu&#8217;s PHP Packages</title>
		<link>http://bhiv.com/ditch-ubuntus-php-packages/</link>
		<comments>http://bhiv.com/ditch-ubuntus-php-packages/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 17:05:47 +0000</pubDate>
		<dc:creator>Brent</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://bhiv.com/ditch-ubuntus-php-packages/</guid>
		<description><![CDATA[I had been frustrated with the state of Edgy&#8217;s php packages. I have been developing on 5.2.0 since attending the 2006 Zend Conference. I could have built everything myself, but I have been looking for an easy way to maintain the server. I can always move to a custom compiled server if it becomes necessary. [...]]]></description>
			<content:encoded><![CDATA[<p>I had been frustrated with the state of Edgy&#8217;s php packages. I have been developing on 5.2.0 since attending the 2006 Zend Conference. I could have built everything myself, but I have been looking for an easy way to maintain the server.  I can always move to a custom compiled server if it becomes necessary. Also, I haven&#8217;t seen backports for Feisty yet.</p>
<p>My solution has been <a href="http://dotdeb.org/">Dotdeb</a>. Not only do I get updated php binaries but they include the <a href="http://www.hardened-php.net/suhosin/index.html">Suhosin Patch</a>.</p>
<p>The installation is very easy:</p>
<p>Edit <span style="font-weight: bold">/etc/apt/sources.list</span> to include<br />
<span style="color: #003399; font-weight: bold">deb http://packages.dotdeb.org stable all</span><br style="color: #003399; font-weight: bold" /><span style="color: #003399; font-weight: bold"> deb-src http://packages.dotdeb.org stable all</span></p>
<p>then just run<br />
<span style="font-weight: bold"># apt-get update</span><br />
<span style="font-weight: bold"># apt-get upgrade</span></p>
<p>you will have to consent to unsigned packages. You should now have updated PHP packages.</p>
]]></content:encoded>
			<wfw:commentRss>http://bhiv.com/ditch-ubuntus-php-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDO segfaults</title>
		<link>http://bhiv.com/pdo-segfaults/</link>
		<comments>http://bhiv.com/pdo-segfaults/#comments</comments>
		<pubDate>Wed, 05 Jul 2006 21:18:05 +0000</pubDate>
		<dc:creator>Brent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://bhiv.com/2006/07/06/pdo-segfaults/</guid>
		<description><![CDATA[After getting PDO sucessfully installed on Ubuntu, I discovered that it would segfault on otherwise normal queries. I also fount out that I am not alone. Stuart Herbert has documented the PDO segfaults. This was sort of disappointing, but at least it was assigned in PECL&#8217;s bug tracking system.]]></description>
			<content:encoded><![CDATA[<p>After getting PDO sucessfully installed on Ubuntu, I discovered that it would segfault on otherwise normal queries. I also fount out that I am not alone. Stuart Herbert has documented the <a href="http://blog.stuartherbert.com/gentoo.php/2006/06/29/investigating_a_pdo_segfault">PDO segfaults</a>. This was sort of disappointing, but at least it was <a href="http://bugs.php.net/bug.php?id=37445">assigned</a> in PECL&#8217;s bug tracking system.</p>
]]></content:encoded>
			<wfw:commentRss>http://bhiv.com/pdo-segfaults/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
