<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/README.STREAMS, branch php-4.4.3</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>forgot to add fprintf in list</title>
<updated>2002-11-11T18:05:22+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-11-11T18:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b94a7690365dbb87b2113cf2191b8a9c80346a18'/>
<id>b94a7690365dbb87b2113cf2191b8a9c80346a18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add fprintf replacement: tested, working, used</title>
<updated>2002-11-06T01:56:51+00:00</updated>
<author>
<name>Marcus Boerger</name>
<email>helly@php.net</email>
</author>
<published>2002-11-06T01:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8135094b7d6aead45f852c7f7fdf608f4bba6632'/>
<id>8135094b7d6aead45f852c7f7fdf608f4bba6632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Apply proper capitalization to PHP and MySQL.</title>
<updated>2002-10-23T21:39:32+00:00</updated>
<author>
<name>Jon Parise</name>
<email>jon@php.net</email>
</author>
<published>2002-10-23T21:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=67f8041395130d2fb99ce3319e987773c4c51244'/>
<id>67f8041395130d2fb99ce3319e987773c4c51244</id>
<content type='text'>
- Correct some spelling errors.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Correct some spelling errors.

</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce an error stack for wrappers, to help prevent multiple errors</title>
<updated>2002-08-11T10:53:10+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-08-11T10:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5a21ab42cb0a7b4d0bc5661a6ae7d6ac085ed800'/>
<id>5a21ab42cb0a7b4d0bc5661a6ae7d6ac085ed800</id>
<content type='text'>
and warnings (some of which are bogus) when there are problems opening
streams.
Implement sanity check on the mode used to open ftp and http connections.
This fixes Bug 12004.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and warnings (some of which are bogus) when there are problems opening
streams.
Implement sanity check on the mode used to open ftp and http connections.
This fixes Bug 12004.

</pre>
</div>
</content>
</entry>
<entry>
<title>correct grammar</title>
<updated>2002-03-18T01:40:56+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-18T01:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dc8593cb7b800394cdfabdc9cd825fca7f37b11b'/>
<id>dc8593cb7b800394cdfabdc9cd825fca7f37b11b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some rules for stream implementors.</title>
<updated>2002-03-18T01:12:32+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-18T01:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=afd2c5662afc52e38c424890c72167f62e8acc28'/>
<id>afd2c5662afc52e38c424890c72167f62e8acc28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for php_stream_gets when the implementation does not support it</title>
<updated>2002-03-17T14:21:01+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-17T14:21:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=12a00923769aa26e18f3af6b11b4e6f37d6163d0'/>
<id>12a00923769aa26e18f3af6b11b4e6f37d6163d0</id>
<content type='text'>
natively (Thanks Marcus).

Implement php_stream_make_seekable() and add STREAM_MUST_SEEK as an
option to php_stream_open_wrapper().
See README.STREAMS for usage.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
natively (Thanks Marcus).

Implement php_stream_make_seekable() and add STREAM_MUST_SEEK as an
option to php_stream_open_wrapper().
See README.STREAMS for usage.

</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2002-03-16T13:54:03+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-16T13:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6abd7c6f93c4ec981219745ac8882d99741fe50b'/>
<id>6abd7c6f93c4ec981219745ac8882d99741fe50b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak the API to be more consistent.</title>
<updated>2002-03-16T13:48:57+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2002-03-16T13:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=30647934a477f876992c3390ce483bb55a3eee51'/>
<id>30647934a477f876992c3390ce483bb55a3eee51</id>
<content type='text'>
Update docs.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update docs.

</pre>
</div>
</content>
</entry>
<entry>
<title>Information about php streams</title>
<updated>2001-04-18T10:43:21+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2001-04-18T10:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e85f4fd5a7e3db60925ec79495e3ed557138e133'/>
<id>e85f4fd5a7e3db60925ec79495e3ed557138e133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
