<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 08 Jan 2009 03:38:21 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Evert Pot's Blog: PHP serializer in userland code]]></title>
      <guid>http://www.phpdeveloper.org/news/8095</guid>
      <link>http://www.phpdeveloper.org/news/8095</link>
      <description><![CDATA[<p>
In <a href="http://www.rooftopsolutions.nl/article/136">this new blog post</a> today, <i>Evert Pot</i> shares some thoughts on a custom solution he was looking to create as an alternative for <a href="http://www.php.net/serialize">PHP's serialize function</a/>.
</p>
<blockquote>
I wanted to build this as a helper class for a draft-<a href="http://www.rooftopsolutions.nl/article/133">PHP-RPC</a> server. The reason I needed a custom one was because I wanted to make sure I would be able to spit out PHP4-compatible serialized data, and in the future, when its ported to PHP6, also PHP5-compatible data.
</blockquote>
<p>
He <a href="http://www.rooftopsolutions.nl/article/136">came across</a> several issues in the development process including the slowness of his method compared to serialize() and a lack of a way to tell if two variables reference the same data. If you'd like to check out what he has so far, he's <a href="http://www.rooftopsolutions.nl/code?p=PHPRPC&a=s>made the code available</a> for download.
</p>]]></description>
      <pubDate>Thu, 21 Jun 2007 09:43:00 -0500</pubDate>
    </item>
  </channel>
</rss>
