<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/standard/php_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>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>Fix declarations (Thanks Sebastian)</title>
<updated>2002-04-11T12:13:17+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-04-11T12:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=4adb1e58eb13a5bf789b24759682283bca38effd'/>
<id>4adb1e58eb13a5bf789b24759682283bca38effd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Require that wrappers use &lt;protocol&gt;://&lt;path&gt; to avoid</title>
<updated>2002-03-21T17:02:50+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-21T17:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=06f6e47e4c7662a0d65d3518c88180f66fdb267b'/>
<id>06f6e47e4c7662a0d65d3518c88180f66fdb267b</id>
<content type='text'>
ambiguities when filenames have ':' characters.
This slightly breaks BC with the old style zlib: wrapper.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ambiguities when filenames have ':' characters.
This slightly breaks BC with the old style zlib: wrapper.

</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>
<entry>
<title>New PHP streams...</title>
<updated>2002-03-15T21:03:08+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-15T21:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=0f65280cb5118d8c1a85db6626f7be365f3d1b26'/>
<id>0f65280cb5118d8c1a85db6626f7be365f3d1b26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
