<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/standard/http_fopen_wrapper.c, branch php-4.3.0dev</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>redirected is set but never used</title>
<updated>2002-05-04T17:16:28+00:00</updated>
<author>
<name>Sascha Schumann</name>
<email>sas@php.net</email>
</author>
<published>2002-05-04T17:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=140158734fbd6a85219ea79e9bd9d8dff0cef4e7'/>
<id>140158734fbd6a85219ea79e9bd9d8dff0cef4e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make use of new flag so that we can buffer http headers when we know that</title>
<updated>2002-04-30T00:30:00+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-04-30T00:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=501ed6ccb2a47ba3354b2881e08ffbcc0bf4809b'/>
<id>501ed6ccb2a47ba3354b2881e08ffbcc0bf4809b</id>
<content type='text'>
the stream is not intended to be used in require/include.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the stream is not intended to be used in require/include.

</pre>
</div>
</content>
</entry>
<entry>
<title>Remove compiler warnings</title>
<updated>2002-04-19T07:56:41+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2002-04-19T07:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=fe6990cc6b365cd0e1e3f1ddd81c93b9e8ae23e5'/>
<id>fe6990cc6b365cd0e1e3f1ddd81c93b9e8ae23e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always initialize wrappers, regardless of PG(allow_url_fopen).</title>
<updated>2002-04-16T22:14:27+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-04-16T22:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=b10b24d50cd4fb584897badee0c6b809b02d7fcb'/>
<id>b10b24d50cd4fb584897badee0c6b809b02d7fcb</id>
<content type='text'>
Add is_url field to wrapper structure; the stream wrapper openers
will disallow opening is is_url &amp;&amp; !PG(allow_url_fopen).
Add infrastructure for stat($url) and opendir($url).
Tidy up/centralize code that locates and instantiates wrappers for the
various operations.
Implement opendir for plain files.
Make the PHP opendir and dir functions use the streams implementations.
Add modelines for syntax highlighting the pear scripts in vim

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add is_url field to wrapper structure; the stream wrapper openers
will disallow opening is is_url &amp;&amp; !PG(allow_url_fopen).
Add infrastructure for stat($url) and opendir($url).
Tidy up/centralize code that locates and instantiates wrappers for the
various operations.
Implement opendir for plain files.
Make the PHP opendir and dir functions use the streams implementations.
Add modelines for syntax highlighting the pear scripts in vim

</pre>
</div>
</content>
</entry>
<entry>
<title>Implement stream context and status notification system.</title>
<updated>2002-04-10T22:42:32+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-04-10T22:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=e1d0a147901d27bb01b0ccda315a9fdd3474e1ee'/>
<id>e1d0a147901d27bb01b0ccda315a9fdd3474e1ee</id>
<content type='text'>
Bump the BC for zlib notice to a warning
# See my RFC to php-dev a few days ago

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump the BC for zlib notice to a warning
# See my RFC to php-dev a few days ago

</pre>
</div>
</content>
</entry>
<entry>
<title>Phase 3 of OO wrapper cleanup</title>
<updated>2002-03-28T00:49:00+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-28T00:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2539cbc74c4f2cca2f39f99b2d679bb4e329b53d'/>
<id>2539cbc74c4f2cca2f39f99b2d679bb4e329b53d</id>
<content type='text'>
# What was phase 2?

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# What was phase 2?

</pre>
</div>
</content>
</entry>
<entry>
<title>Phase 1 of wrapper OO cleanup.</title>
<updated>2002-03-24T18:05:49+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-24T18:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5ee65bd8f5e6b3b205bc3eb08e019f2a15c07a35'/>
<id>5ee65bd8f5e6b3b205bc3eb08e019f2a15c07a35</id>
<content type='text'>
# Collecting underpants

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Collecting underpants

</pre>
</div>
</content>
</entry>
<entry>
<title>Implement user-space streams.</title>
<updated>2002-03-19T03:51:01+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-19T03:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=06712a508a82965acbfa9a59eb8a55df11948acd'/>
<id>06712a508a82965acbfa9a59eb8a55df11948acd</id>
<content type='text'>
There's probably room for improvement,
docs will following some time this week.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's probably room for improvement,
docs will following some time this week.

</pre>
</div>
</content>
</entry>
<entry>
<title>TSRMLS related work on streams, as discussed with Zeev.</title>
<updated>2002-03-18T18:54:32+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-18T18:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=c9d5e137380893c2608ebe4aefeb46026d5efcef'/>
<id>c9d5e137380893c2608ebe4aefeb46026d5efcef</id>
<content type='text'>
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make

</pre>
</div>
</content>
</entry>
<entry>
<title>Streams now make more use of the memory manager, so tracking down</title>
<updated>2002-03-17T22:50:59+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-17T22:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d2d8762267de33b954363189b4ec710e70527a2a'/>
<id>d2d8762267de33b954363189b4ec710e70527a2a</id>
<content type='text'>
leaking streams should be easier.
# I hate these big commits

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
leaking streams should be easier.
# I hate these big commits

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