]> granicus.if.org Git - php/commit
Implement splDoublyLinkedList, splQueue, splStack classes in SPL
authorEtienne Kneuss <colder@php.net>
Tue, 15 Jan 2008 09:37:50 +0000 (09:37 +0000)
committerEtienne Kneuss <colder@php.net>
Tue, 15 Jan 2008 09:37:50 +0000 (09:37 +0000)
commit822941ee7d8f9d9a2835ceeb3d67a82cc161883e
tree42482789192abe7f7720a570b4ce89a507e58349
parentae43076eaebc4a54fdce91265beb5bf73c11b6e6
Implement splDoublyLinkedList, splQueue, splStack classes in SPL
12 files changed:
ext/spl/CREDITS
ext/spl/config.m4
ext/spl/config.w32
ext/spl/php_spl.c
ext/spl/spl_dllist.c [new file with mode: 0644]
ext/spl/spl_dllist.h [new file with mode: 0644]
ext/spl/tests/dllist_001.phpt [new file with mode: 0644]
ext/spl/tests/dllist_002.phpt [new file with mode: 0644]
ext/spl/tests/dllist_003.phpt [new file with mode: 0644]
ext/spl/tests/dllist_004.phpt [new file with mode: 0644]
ext/spl/tests/dllist_005.phpt [new file with mode: 0644]
ext/spl/tests/dllist_006.phpt [new file with mode: 0644]