<?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>Wed, 09 Jul 2008 00:32:48 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Dan Scott's Blog: Oooh...looks like I've got (even more) work cut out for me]]></title>
      <guid>http://www.phpdeveloper.org/news/9451</guid>
      <link>http://www.phpdeveloper.org/news/9451</link>
      <description><![CDATA[<p>
On his blog, <i>Dan Scott</i> <a href="http://www.coffeecode.net/archives/148-Oooh...-looks-like-Ive-got-even-more-work-cut-out-for-me.html">notes</a> that the PHP language will be getting a <a href="http://www.colder.ch/news/01-16-2008/30/new-datastructures-in-spl.html">native doubly-linked list structure</a> in the coming days (as mentioned by <i>Etienne Kneuss</i>).
</p>
<blockquote>
This is fabulous news; when I wrote the <a href="http://pear.php.net/File_MARC">File_MARC</a> PEAR package, I ended up having to implement a <a href="http://pear.php.net/Structures_LinkedList">linked list class</a> in PEAR to support it.
</blockquote>
<p>
Doubly linked lists are normal lists, but the elements also have links to both the previous and next items in the list as well. Two other structures will be added right along with it - SplStack and SplQueue.
</p>]]></description>
      <pubDate>Fri, 18 Jan 2008 13:58:00 -0600</pubDate>
    </item>
  </channel>
</rss>
