Re: Built-in Data Structures (Linked List, Queue, Stack, Deque, Tree, Graph) in PHP

[email protected] (Derick Rethans) Mon, 2 Jul 2007 16:28:21 +0200 (CEST)
Newsgroups php.evangelism
Message-ID <[email protected]>
On Fri, 29 Jun 2007, Orlando Pozo wrote:

> I would like to know why PHP still doesn't have built-in data structures
> support for Linked List, Queue, Stack, Deque, Tree, Graph, I think that
> could promote PHP to be used more in  enterprise applications.

There is actually an extension for it, but it has not been finished. See 
http://cvs.php.net/viewvc.cgi/pecl/adt/

Derick