<?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>/dev/null &#187; Zend Framework</title>
	<atom:link href="http://www.nulldevice.de/tag/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nulldevice.de</link>
	<description>Elite is stupid. Back to the roots.</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:49:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Memory wasting Zend_Mail</title>
		<link>http://www.nulldevice.de/2008/08/memory-wasting-zend_mail/</link>
		<comments>http://www.nulldevice.de/2008/08/memory-wasting-zend_mail/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 00:54:51 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=813</guid>
		<description><![CDATA[I just wrote a small script to manage my mails&#8230; turns out that Zend_Mail uses some special trick that causes a fatal error: Reading 3274 messages&#8230; Fatal error: Out of memory (allocated 11534336) (tried to allocate 18446744073709551615 bytes) in /usr/share/php/libzend-framework-php/Zend/Mail/Storage/Mbox.php on line 198 That&#8217;s around 17179869183 TB of memory&#8230; to read 3274 mails&#8230; makes 5247363 [...]]]></description>
			<content:encoded><![CDATA[<p>I just wrote a small script to manage my mails&#8230; turns out that Zend_Mail uses some special trick that causes a fatal error:</p>
<blockquote><p>Reading 3274 messages&#8230;</p>
<p>Fatal error: Out of memory (allocated 11534336) (tried to allocate 18446744073709551615 bytes) in /usr/share/php/libzend-framework-php/Zend/Mail/Storage/Mbox.php on line 198</p></blockquote>
<p>That&#8217;s around 17179869183 TB of memory&#8230; to read 3274 mails&#8230; makes 5247363 TB per message&#8230; not bad <img src='http://www.nulldevice.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulldevice.de/2008/08/memory-wasting-zend_mail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updated version of Zend_Db_Adapter_Odbtp_Mssql</title>
		<link>http://www.nulldevice.de/2008/05/updated-version-of-zend_db_adapter_odbtp_mssql/</link>
		<comments>http://www.nulldevice.de/2008/05/updated-version-of-zend_db_adapter_odbtp_mssql/#comments</comments>
		<pubDate>Mon, 19 May 2008 14:16:08 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[ODBTP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.nulldevice.de/?p=805</guid>
		<description><![CDATA[As people start asking me about that ODBTP adapter for Zend Framework, I will publish it as attachment to this post now. It should work with the latest version of Zend Framework (as reported by a developer). If you want to use it, just copy the files to your include path (make sure the path [...]]]></description>
			<content:encoded><![CDATA[<p>As people start asking me about that <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Db_Adapter_Odbtp_Mssql">ODBTP adapter</a> for <a href="http://framework.zend.com/">Zend Framework</a>, I will publish it as attachment to this post now. It should work with the latest version of Zend Framework (as reported by a developer). If you want to use it, just copy the files to your include path (make sure the path comes before the ZF path). Of course, you need to install <a href="http://odbtp.sourceforge.net/">ODBTP</a> as well and add <em>extension=php_odbtp_mssql.dll</em> to your php.ini.</p>
<p><strong><a href="/downloads/Zend.zip">Download here</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nulldevice.de/2008/05/updated-version-of-zend_db_adapter_odbtp_mssql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
