<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/spl/spl_directory.c, branch php-5.2.2RC1</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>Fixed 64-bit support</title>
<updated>2007-04-09T15:38:58+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@php.net</email>
</author>
<published>2007-04-09T15:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4de76f02ea9d8d82d3c722f757b4b3f46782accf'/>
<id>4de76f02ea9d8d82d3c722f757b4b3f46782accf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix copy'n'paste issues</title>
<updated>2007-03-04T14:01:06+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2007-03-04T14:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fa29c1a2f55b0655c6db598ec03391dc33d0cd5b'/>
<id>fa29c1a2f55b0655c6db598ec03391dc33d0cd5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH simplify, synch docu/implementation</title>
<updated>2007-03-04T12:18:02+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2007-03-04T12:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ed359b4529f6d73c78a8dfcc81bf1fc3436d1870'/>
<id>ed359b4529f6d73c78a8dfcc81bf1fc3436d1870</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- MFH [DOC] Add SplFileInfo::getBasename(), DirectoryIterator::getBasename</title>
<updated>2007-03-03T15:08:59+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2007-03-03T15:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e5397c076b0aed803b92f3c44f678c3efe8ef776'/>
<id>e5397c076b0aed803b92f3c44f678c3efe8ef776</id>
<content type='text'>
- MFH Add SplFileInfo::getLinkTarget(), SplFileInfo::getRealPath()
# All based on suggestions by Arnold Daniels

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- MFH Add SplFileInfo::getLinkTarget(), SplFileInfo::getRealPath()
# All based on suggestions by Arnold Daniels

</pre>
</div>
</content>
</entry>
<entry>
<title>snprintf() -&gt; slprintf()</title>
<updated>2007-02-27T03:28:17+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2007-02-27T03:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=efad70c2cc2edd8416a18ea6daf06f8627d1d68d'/>
<id>efad70c2cc2edd8416a18ea6daf06f8627d1d68d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Make stat based functions throw an exception</title>
<updated>2007-02-20T13:08:01+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2007-02-20T13:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f44b63c57f4c9dff4224e719ead60136506bdfcf'/>
<id>f44b63c57f4c9dff4224e719ead60136506bdfcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Bugfix #40546: SplFileInfo::getPathInfo() throws an execption if directory is in root dir.</title>
<updated>2007-02-19T20:34:29+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2007-02-19T20:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ba4cbbaf6990a9f827c5d8cc99bfcedb7731cf13'/>
<id>ba4cbbaf6990a9f827c5d8cc99bfcedb7731cf13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: Bump year.</title>
<updated>2007-01-01T09:36:18+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2007-01-01T09:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4223aa4d5e0f643c2f78f509a32a0ada4eddce91'/>
<id>4223aa4d5e0f643c2f78f509a32a0ada4eddce91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allocation safety checks</title>
<updated>2006-12-25T22:36:57+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2006-12-25T22:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=52d53543ac748489d108dc6988d02f51fd69b8d6'/>
<id>52d53543ac748489d108dc6988d02f51fd69b8d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH: SplFileObject::getFilename() no longer overwrites SplFileInfo::getFilename()</title>
<updated>2006-11-12T17:16:13+00:00</updated>
<author>
<name>Hannes Magnusson</name>
<email>bjori@php.net</email>
</author>
<published>2006-11-12T17:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1182b325c25d147053c42034bfb9d818741799f8'/>
<id>1182b325c25d147053c42034bfb9d818741799f8</id>
<content type='text'>
(SplFileObject::getFilename() therefor only returns the filename now)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(SplFileObject::getFilename() therefor only returns the filename now)

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