]> granicus.if.org Git - php/commit
MFH:
authorMarcus Boerger <helly@php.net>
Thu, 15 Sep 2005 03:33:04 +0000 (03:33 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 15 Sep 2005 03:33:04 +0000 (03:33 +0000)
commitb4dd030782ae49646cdefa8435e6c8acbbf17745
treef87f19c742634a48ee644d58a6913cab13ada4d9
parenta5f0cbed448d9a057c8cf451074b870e27a335fd
MFH:
- Add SplObjectStorage
- Add RecursiveFilterIterator
- Rename Observer to SplObserver
- Rename Subject to SplSubject
- Move SPL constants to class constants
- Update docu
21 files changed:
ext/spl/examples/directorygraphiterator.inc
ext/spl/examples/directorytreeiterator.inc
ext/spl/internal/cachingiterator.inc
ext/spl/internal/cachingrecursiveiterator.inc
ext/spl/internal/fileobject.inc
ext/spl/internal/recursiveiteratoriterator.inc
ext/spl/php_spl.c
ext/spl/spl.php
ext/spl/spl_array.c
ext/spl/spl_directory.c
ext/spl/spl_functions.h
ext/spl/spl_iterators.c
ext/spl/spl_iterators.h
ext/spl/spl_observer.c
ext/spl/spl_observer.h
ext/spl/tests/array_009.phpt
ext/spl/tests/fileobject_001.phpt
ext/spl/tests/iterator_002.phpt
ext/spl/tests/iterator_023.phpt
ext/spl/tests/observer_001.phpt
ext/spl/tests/sxe_004.phpt