<?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>The Bits 2.0 &#187; PHP</title>
	<atom:link href="http://www.thebits.info/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thebits.info</link>
	<description>Not your everyday tech journal</description>
	<lastBuildDate>Fri, 02 Sep 2011 23:11:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>mcrypt_decrypt does not remove trailing padding</title>
		<link>http://www.thebits.info/php/mcrypt_decrypt-does-not-remove-trailing-padding-12.htm</link>
		<comments>http://www.thebits.info/php/mcrypt_decrypt-does-not-remove-trailing-padding-12.htm#comments</comments>
		<pubDate>Tue, 18 Mar 2008 19:37:31 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.thebits.info/php/mcrypt_decrypt-does-not-remove-trailing-padding-12.htm</guid>
		<description><![CDATA[It took me 2 solid hours to figure out why two visually identical strings would produce totally difference checksums. After examining the byte output of mcrypt_decrypt, I found there are tons of trailing nulls behind the decrypted string. The reason why I could not visually differentiate between a string with trailing nulls ($A) and the [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/php/mcrypt_decrypt-does-not-remove-trailing-padding-12.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Persistent Cookies Across Subdomains</title>
		<link>http://www.thebits.info/php/persistent-cookies-across-subdomains-11.htm</link>
		<comments>http://www.thebits.info/php/persistent-cookies-across-subdomains-11.htm#comments</comments>
		<pubDate>Mon, 17 Mar 2008 19:30:33 +0000</pubDate>
		<dc:creator>Lord TCT</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Cookie]]></category>

		<guid isPermaLink="false">http://www.thebits.info/php/persistent-cookies-across-subdomains-11.htm</guid>
		<description><![CDATA[One of the most common problems encountered by novice PHP users is that cookies do not seem to persistent across subdomains using a normal approach found in many website examples. The solution is simple. The full argument of PHP&#8217;s setcookie function is as follow: bool setcookie ( string $name [, string $value [, int $expire [...]]]></description>
		<wfw:commentRss>http://www.thebits.info/php/persistent-cookies-across-subdomains-11.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

