<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/TSRM, branch php-4.3.0</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>MFH</title>
<updated>2002-12-11T00:32:37+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-12-11T00:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b9c7ee9733fd4794e5789e7053106c2ac1bbed92'/>
<id>b9c7ee9733fd4794e5789e7053106c2ac1bbed92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert of previous patch ad requested by Andi.</title>
<updated>2002-11-15T16:36:59+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-11-15T16:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f6fec8adf1783ea33d1e5ce39fc5d6aa0ff25e1c'/>
<id>f6fec8adf1783ea33d1e5ce39fc5d6aa0ff25e1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFH (fix for bug #19689).</title>
<updated>2002-11-14T13:45:43+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-11-14T13:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b12880ce40de01064813bdacb8b0367c866ef317'/>
<id>b12880ce40de01064813bdacb8b0367c866ef317</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing header warnings (alloca.h) on Sun Os &amp; Tru64.</title>
<updated>2002-11-11T16:32:36+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-11-11T16:32:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b03d1d603289f277a25f2b99906a10383f99b6ef'/>
<id>b03d1d603289f277a25f2b99906a10383f99b6ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Instead of checking whether realpath exists based on OS. Use the</title>
<updated>2002-11-06T18:07:23+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-11-06T18:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=78e2e69b23a6811f148f68fcabe41dedc9e29005'/>
<id>78e2e69b23a6811f148f68fcabe41dedc9e29005</id>
<content type='text'>
HAVE_REALPATH define, which is set if realpath() is avaliable. This patch
also resolves bug #18868.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
HAVE_REALPATH define, which is set if realpath() is avaliable. This patch
also resolves bug #18868.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix TSRM_ERROR macro</title>
<updated>2002-11-05T17:34:47+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2002-11-05T17:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bdc5bb57397e754e4a1840525ec9c946ba7c5cb1'/>
<id>bdc5bb57397e754e4a1840525ec9c946ba7c5cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added 4th argument to virtual_file_ex() that specifies whether or not</title>
<updated>2002-11-05T14:50:17+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-11-05T14:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cfe0c82034e5ed8de3df373eab4a5545be688141'/>
<id>cfe0c82034e5ed8de3df373eab4a5545be688141</id>
<content type='text'>
realpath() should be used during path resolving. In a number of functions
we do not want to use realpath(), since realpath() will resolve symlinks.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
realpath() should be used during path resolving. In a number of functions
we do not want to use realpath(), since realpath() will resolve symlinks.

</pre>
</div>
</content>
</entry>
<entry>
<title>Revert virtual_link() patch.</title>
<updated>2002-11-04T23:24:15+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-11-04T23:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ecb5c7e08edea0a1cc17d4c6477f77819e3b6842'/>
<id>ecb5c7e08edea0a1cc17d4c6477f77819e3b6842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Clean up mess made by netware guys. There's no reason not to abstract</title>
<updated>2002-11-04T20:45:28+00:00</updated>
<author>
<name>Andi Gutmans</name>
<email>andi@php.net</email>
</author>
<published>2002-11-04T20:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7dd124803cfbc92b40aa3fb11093e9f7bd4f951e'/>
<id>7dd124803cfbc92b40aa3fb11093e9f7bd4f951e</id>
<content type='text'>
- the macro a tiny bit more allowing the code to look cleaner. The more
- #ifdef's code has the more unreadable it becomes.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- the macro a tiny bit more allowing the code to look cleaner. The more
- #ifdef's code has the more unreadable it becomes.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #20235.</title>
<updated>2002-11-04T05:19:05+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2002-11-04T05:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9087728798f633f578d1dd392204daeceeb83202'/>
<id>9087728798f633f578d1dd392204daeceeb83202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
