<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/spl/examples/searchiterator.inc, branch php-5.2.13RC2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>- Update to 2005</title>
<updated>2005-02-08T19:10:06+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2005-02-08T19:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2e8b9c005b480149ed1404fc9c680e881badc9cc'/>
<id>2e8b9c005b480149ed1404fc9c680e881badc9cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Documentation update</title>
<updated>2004-05-10T17:26:03+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-05-10T17:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=68c22fba723c77c7a8ea6b2d33f580aa26bf88d8'/>
<id>68c22fba723c77c7a8ea6b2d33f580aa26bf88d8</id>
<content type='text'>
- Checkin doxygen config file
# A patched version of doxygen is needed, hopefully 1.3.8 will contain it

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Checkin doxygen config file
# A patched version of doxygen is needed, hopefully 1.3.8 will contain it

</pre>
</div>
</content>
</entry>
<entry>
<title>- Docu updates</title>
<updated>2004-05-08T12:35:21+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-05-08T12:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c7b2568269b18105d4940eafe3526c5ae4ba7c54'/>
<id>c7b2568269b18105d4940eafe3526c5ae4ba7c54</id>
<content type='text'>
- Add missing example file
- Fix aggregation of inner iterators in examples

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add missing example file
- Fix aggregation of inner iterators in examples

</pre>
</div>
</content>
</entry>
<entry>
<title>- Update examples</title>
<updated>2004-05-08T12:24:15+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-05-08T12:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a6feb3f405f76f068c6a89058f3382b4ebe4d4f2'/>
<id>a6feb3f405f76f068c6a89058f3382b4ebe4d4f2</id>
<content type='text'>
- Update documentation
- Move classes/interfaces already implemented in c to new subdir internal

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update documentation
- Move classes/interfaces already implemented in c to new subdir internal

</pre>
</div>
</content>
</entry>
<entry>
<title>Rename hasMore() to valid() as discussed. (Part I)</title>
<updated>2004-03-08T17:33:31+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2004-03-08T17:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b6b7c9eb6521f75955e285036e901a6b11ec86b5'/>
<id>b6b7c9eb6521f75955e285036e901a6b11ec86b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update directory examples</title>
<updated>2003-11-18T22:18:38+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2003-11-18T22:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=43d4079590c7d10869c784de149d9bfe9e679e74'/>
<id>43d4079590c7d10869c784de149d9bfe9e679e74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Major update:</title>
<updated>2003-11-09T14:05:36+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2003-11-09T14:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=159c538bcf7cc649410a7e91b11584dcebcf1b55'/>
<id>159c538bcf7cc649410a7e91b11584dcebcf1b55</id>
<content type='text'>
- Remove all overloading hooks -&gt; array_read/array_access must be rewritten
- Remove all basic iterators
- Remove all 'spl_' prefixing exposed to user level
- Add RecursiveIterator, RecursiveIteratorIterator
- Add DirectoryIterator, DirectoryTreeIterator
- Add some examples

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove all overloading hooks -&gt; array_read/array_access must be rewritten
- Remove all basic iterators
- Remove all 'spl_' prefixing exposed to user level
- Add RecursiveIterator, RecursiveIteratorIterator
- Add DirectoryIterator, DirectoryTreeIterator
- Add some examples

</pre>
</div>
</content>
</entry>
</feed>
