<?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"
	>

<channel>
	<title>Suspekt... &#187; Uncategorized</title>
	<atom:link href="http://www.suspekt.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suspekt.org</link>
	<description>A Blog About Code, Information Security, PHP And More</description>
	<pubDate>Sat, 25 Dec 2010 07:36:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Suhosin 0.9.27 - The Joy of LAZY Symbol Loading</title>
		<link>http://www.suspekt.org/2008/08/23/suhosin-0927-the-joy-of-lazy-symbol-loading/</link>
		<comments>http://www.suspekt.org/2008/08/23/suhosin-0927-the-joy-of-lazy-symbol-loading/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 09:34:08 +0000</pubDate>
		<dc:creator>Stefan Esser</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.suspekt.org/?p=139</guid>
		<description><![CDATA[I had to release Suhosin 0.9.27 today, because in two places within the replacement rand() and mt_rand() functions the string &#8216;php_&#8217; was not replaced by &#8217;suhosin_&#8217;. The result of this is that version 0.9.26 of the extension will not load on systems with lazy symbol loading disabled and on the rest the PHP process will [...]]]></description>
			<content:encoded><![CDATA[<p>I had to release Suhosin 0.9.27 today, because in two places within the replacement rand() and mt_rand() functions the string &#8216;php_&#8217; was not replaced by &#8217;suhosin_&#8217;. The result of this is that version 0.9.26 of the extension will not load on systems with lazy symbol loading disabled and on the rest the PHP process will die once 624 random numbers are generated because the symbol of the reloading function is not found.</p>
<p>It is therefore strongly recommended to upgrade immediately to Suhosin 0.9.27</p>
<p>You can grab your copy as usual at</p>
<p><a href="http://www.suhosin.org">http://www.suhosin.org/</a></p>
<p>PS.: I will be happy if someone can tell me how to disable lazy symbol loading on Mac OS X, because obviously neither LD_BIND_NOW nor -bind_at_load seem to work correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.suspekt.org/2008/08/23/suhosin-0927-the-joy-of-lazy-symbol-loading/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
