<?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>h3x.no &#187; wtf</title>
	<atom:link href="http://h3x.no/tag/wtf/feed" rel="self" type="application/rss+xml" />
	<link>http://h3x.no</link>
	<description>Tor Henning Ueland`s thoughts about technology and other stuff</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:24:43 +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>A lesson in PHP stupidity</title>
		<link>http://h3x.no/2010/02/13/a-lesson-in-php-stupidity</link>
		<comments>http://h3x.no/2010/02/13/a-lesson-in-php-stupidity#comments</comments>
		<pubDate>Sat, 13 Feb 2010 12:16:50 +0000</pubDate>
		<dc:creator>Tor Henning Ueland</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://h3x.no/?p=182</guid>
		<description><![CDATA[1:  post_max_size &#62;= 2GB makes PHP overflow, resulting in a negative post_max_size: &#8220;POST Content-Length of 0 bytes exceeds the limit of -2147483648 bytes&#8221; 2: defining post_max_size (etc) with MB instead of M causes PHP to only read the last character, &#8230; <a href="http://h3x.no/2010/02/13/a-lesson-in-php-stupidity">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1:  post_max_size &gt;= 2GB makes PHP overflow, resulting in a negative post_max_size:<br />
&#8220;POST Content-Length of 0 bytes exceeds the limit of -2147483648 bytes&#8221;</p>
<p>2: defining post_max_size (etc) with MB instead of M causes PHP to only read the last character, in other words 10MB becomes 10 bytes . How hard can it be to either use the first character or even better, both?</p>
<p><em>(note 1: this can be avoided by actually reading the manual, but this  should have been handled better from PHP`s side IMO)</em></p>
<p><em>(Note 2: This experience come from the latest stable PHP version in SLES 10SP2, </em><em>hopefully this has been fixed in later releases.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://h3x.no/2010/02/13/a-lesson-in-php-stupidity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

