<?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>Debug blog &#187; PHP</title>
	<atom:link href="http://blog.debug.cz/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.debug.cz</link>
	<description>Just another nerd gets his blog...</description>
	<lastBuildDate>Fri, 12 Nov 2010 16:55:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Shibboleth authentication adapter for the Zend Framework</title>
		<link>http://blog.debug.cz/shibboleth/shibboleth-authentication-adapter-for-the-zend-framework</link>
		<comments>http://blog.debug.cz/shibboleth/shibboleth-authentication-adapter-for-the-zend-framework#comments</comments>
		<pubDate>Fri, 12 Nov 2010 16:51:00 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=159</guid>
		<description><![CDATA[I have been running some sites under a Shibboleth Service Provider for quite a long time. In some cases I had to modify applications written in PHP to be able to use Shibboleth authentication. But now I reached the point, when I had to implement Shibboleth authentication in my own application. Since I&#8217;m using Zend [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/shibboleth/shibboleth-authentication-adapter-for-the-zend-framework/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Relyiable hashes in PHP</title>
		<link>http://blog.debug.cz/php/relyiable-hashes-in-php</link>
		<comments>http://blog.debug.cz/php/relyiable-hashes-in-php#comments</comments>
		<pubDate>Sun, 18 Jan 2009 09:32:33 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[hash]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=91</guid>
		<description><![CDATA[Sometimes we need to maintain simple hashes, but at the same time we don&#8217;t want to have them cracked too easily. When using a hash function on a not too complex string (like a single word), there is a risk, that the hash can be cracked using rainbow tables in few minutes. There is a [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/php/relyiable-hashes-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initializing objects from other objects in PHP</title>
		<link>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php</link>
		<comments>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php#comments</comments>
		<pubDate>Tue, 25 Nov 2008 07:59:08 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[object]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=84</guid>
		<description><![CDATA[Sometimes we need to initialize an object based on another object. Typically, if we have a class MyClass and subclass MyExtendedClass with some additional functionality, we may need to turn a MyClass object into a MyExtendedClass object. How to do that easily in PHP? In OOP generally, that is handled by a second constructor, which [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/php/initializing-objects-from-other-objects-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dokuwiki Shibboleth authentication backend</title>
		<link>http://blog.debug.cz/shibboleth/dokuwiki-shibboleth-authentication-backend</link>
		<comments>http://blog.debug.cz/shibboleth/dokuwiki-shibboleth-authentication-backend#comments</comments>
		<pubDate>Fri, 07 Nov 2008 17:47:36 +0000</pubDate>
		<dc:creator>Ivan Novakov</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shibboleth]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[dokuwiki]]></category>

		<guid isPermaLink="false">http://blog.debug.cz/?p=76</guid>
		<description><![CDATA[DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored [...]]]></description>
		<wfw:commentRss>http://blog.debug.cz/shibboleth/dokuwiki-shibboleth-authentication-backend/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

