<?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>This Timeless Moment&#187; PHP</title>
	<atom:link href="http://blog.kloppmagic.ca/archives/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kloppmagic.ca</link>
	<description>A Stefan Klopp Weblog</description>
	<lastBuildDate>Sun, 18 Jul 2010 17:11:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>php with imap error undefined reference to `auth_gssapi_valid&#8217;</title>
		<link>http://blog.kloppmagic.ca/archives/2008/11/05/php-with-imap-error-undefined-reference-to-auth_gssapi_valid/</link>
		<comments>http://blog.kloppmagic.ca/archives/2008/11/05/php-with-imap-error-undefined-reference-to-auth_gssapi_valid/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 19:55:55 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.kloppmagic.ca/?p=283</guid>
		<description><![CDATA[Ran into a problem today compiling PHP with IMAP support. Was getting this error in the config.log:
undefined reference to `auth_gssapi_valid&#8217; 
I then found this thread: http://bugs.php.net/bug.php?id=21286
Which had the solution to the problem. Simply add:
&#8211;with-openssl
To your php configure and it should now work.
]]></description>
		<wfw:commentRss>http://blog.kloppmagic.ca/archives/2008/11/05/php-with-imap-error-undefined-reference-to-auth_gssapi_valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lost connection to MySQL server during query solution</title>
		<link>http://blog.kloppmagic.ca/archives/2006/04/03/lost-connection-to-mysql-server-during-query-solution/</link>
		<comments>http://blog.kloppmagic.ca/archives/2006/04/03/lost-connection-to-mysql-server-during-query-solution/#comments</comments>
		<pubDate>Mon, 03 Apr 2006 21:06:23 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.kloppmagic.ca/archives/2006/04/03/lost-connection-to-mysql-server-during-query-solution/</guid>
		<description><![CDATA[UPDATED: Ok this did not end up working. It worked for a good 6 hours or so, then things with the database server got worse than before. Will keep you updated on a fix.
Had been trying to troubleshoot this error for what seemed like eternity. It happened every so often, not at all following any [...]]]></description>
		<wfw:commentRss>http://blog.kloppmagic.ca/archives/2006/04/03/lost-connection-to-mysql-server-during-query-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking Fatal Errors in PHP</title>
		<link>http://blog.kloppmagic.ca/archives/2006/03/31/tracking-fatal-errors-in-php/</link>
		<comments>http://blog.kloppmagic.ca/archives/2006/03/31/tracking-fatal-errors-in-php/#comments</comments>
		<pubDate>Sat, 01 Apr 2006 01:00:28 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.kloppmagic.ca/archives/2006/03/31/tracking-fatal-errors-in-php/</guid>
		<description><![CDATA[I recently implemented a really easy solution for tracking Fatal errors in PHP on my live sites. It is really helpful if you have a large codebase, or manage a large number of PHP sites. What I am doing first is to report all php errors to a log file, then watch the log file [...]]]></description>
		<wfw:commentRss>http://blog.kloppmagic.ca/archives/2006/03/31/tracking-fatal-errors-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APC vs Zend vs MMCache vs Ioncube</title>
		<link>http://blog.kloppmagic.ca/archives/2005/11/03/apc-vs-zend-vs-mmcache-vs-ioncube/</link>
		<comments>http://blog.kloppmagic.ca/archives/2005/11/03/apc-vs-zend-vs-mmcache-vs-ioncube/#comments</comments>
		<pubDate>Fri, 04 Nov 2005 04:37:07 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.kloppmagic.ca/archives/2005/11/03/apc-vs-zend-vs-mmcache-vs-ioncube/</guid>
		<description><![CDATA[The other day I was analysing a bunch of different encoder/optimizers for PHP to determine what the best solution would be for a specific project. What they needed was the ability to encode our php scripts as well as cache/optimize our server to increase our site speed. They were currently using mmcache as our encoder/optimizer, [...]]]></description>
		<wfw:commentRss>http://blog.kloppmagic.ca/archives/2005/11/03/apc-vs-zend-vs-mmcache-vs-ioncube/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OSEVENTS (PHP West) PHP &amp; Open Source Security Conference</title>
		<link>http://blog.kloppmagic.ca/archives/2005/06/12/osevents-php-west-php-open-source-security-conference/</link>
		<comments>http://blog.kloppmagic.ca/archives/2005/06/12/osevents-php-west-php-open-source-security-conference/#comments</comments>
		<pubDate>Sun, 12 Jun 2005 19:18:58 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.kloppmagic.ca/archives/2005/06/12/osevents-php-west-php-open-source-security-conference/</guid>
		<description><![CDATA[Yesterday I attend the PHP &#038; Open Source Security Conference put on by OSEVENTS (formerly PHP West) at the HR MacMillan Space Centre here in Vancouver. I was very much looking forward to this conference as lately I have been working on making security a lot bigger issue in the code I am writing.
The first [...]]]></description>
		<wfw:commentRss>http://blog.kloppmagic.ca/archives/2005/06/12/osevents-php-west-php-open-source-security-conference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP West Web Services Conference</title>
		<link>http://blog.kloppmagic.ca/archives/2005/01/16/php-west-web-services-conference/</link>
		<comments>http://blog.kloppmagic.ca/archives/2005/01/16/php-west-web-services-conference/#comments</comments>
		<pubDate>Mon, 17 Jan 2005 01:08:53 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.kloppmagic.ca/archives/2005/01/16/php-west-web-services-conference/</guid>
		<description><![CDATA[On Friday I went with a coworker to the PHP West Web Services conference being held at the Planetarium here in Vancouver. This conference had some very notable speakers from the PHP community such as Rasmus Lerdorf (Inventor of PHP).  It is often hard to determine the usefulness of conferences, as they are often [...]]]></description>
		<wfw:commentRss>http://blog.kloppmagic.ca/archives/2005/01/16/php-west-web-services-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting bad associative arrays</title>
		<link>http://blog.kloppmagic.ca/archives/2005/01/06/converting-bad-associative-arrays/</link>
		<comments>http://blog.kloppmagic.ca/archives/2005/01/06/converting-bad-associative-arrays/#comments</comments>
		<pubDate>Fri, 07 Jan 2005 02:45:39 +0000</pubDate>
		<dc:creator>stefan</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.kloppmagic.ca/archives/2005/01/06/converting-bad-associative-arrays/</guid>
		<description><![CDATA[Recently after doing an upgrade of PHP I noticed all my scripts to be breaking, and after doing a little bit of research I realized that they were breaking because I was calling my associative arrays (hashes) wrong. I was still using an old style in which you don&#8217;t put quotes around the key value [...]]]></description>
		<wfw:commentRss>http://blog.kloppmagic.ca/archives/2005/01/06/converting-bad-associative-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
