From: "PEAR Announce" on
The new PEAR package Structures_LinkedList-0.2.1 (beta) has been released at http://pear.php.net/.

Release notes
-------------
* Apply patch for type-hint inheritance strictness from Betrand Zuchuat

Package Info
------------
A singly-linked list offers the ability to insert or delete
nodes at any point within the list. A doubly-linked list also offers the
ability to request previous nodes in the list.

Related Links
-------------
Package home: http://pear.php.net/package/Structures_LinkedList
Changelog: http://pear.php.net/package/Structures_LinkedList/download/0.2.1
Download: http://download.pear.php.net/package/Structures_LinkedList-0.2.1.tgz

Authors
-------
Dan Scott <denials(a)gmail.com> (lead)