<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main/streams/php_stream_plain_wrapper.h, branch php-5.0.4</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>EXTERN_C wrapping for PHPAPI prototypes</title>
<updated>2004-02-20T08:22:12+00:00</updated>
<author>
<name>Hartmut Holzgraefe</name>
<email>hholzgra@php.net</email>
</author>
<published>2004-02-20T08:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8c32fa79d71942415b338763a6695bece1a8489e'/>
<id>8c32fa79d71942415b338763a6695bece1a8489e</id>
<content type='text'>
(Zend and main should now be ok)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Zend and main should now be ok)

</pre>
</div>
</content>
</entry>
<entry>
<title>- Happy new year and PHP 5 for rest of the files too..</title>
<updated>2004-01-08T17:33:29+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2004-01-08T17:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ccfc46b0aa1f9066a40d051250d6bdb5fb203aeb'/>
<id>ccfc46b0aa1f9066a40d051250d6bdb5fb203aeb</id>
<content type='text'>
# Should the LICENSE and Zend/LICENSE dates be updated too?

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Should the LICENSE and Zend/LICENSE dates be updated too?

</pre>
</div>
</content>
</entry>
<entry>
<title>updating license information in the headers.</title>
<updated>2003-06-10T20:04:29+00:00</updated>
<author>
<name>James Cox</name>
<email>imajes@php.net</email>
</author>
<published>2003-06-10T20:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f68c7ff249f9d64f5381063711349bca18671dcc'/>
<id>f68c7ff249f9d64f5381063711349bca18671dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement persistent plain file streams.</title>
<updated>2003-03-18T23:37:54+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2003-03-18T23:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=86fb577d591b1b3f6fb5d752ba3912bcb6f6a704'/>
<id>86fb577d591b1b3f6fb5d752ba3912bcb6f6a704</id>
<content type='text'>
Usage:

php_stream *stream = php_stream_fopen("/path/to/file", "r+b", NULL,
	STREAM_OPEN_PERSISTENT | ENFORCE_SAFE_MODE | REPORT_ERRORS);

the filename and mode are combined to form the hash key for the persistent
list; they must be identical for this same stream to be returned again in the
next request.

Calling php_stream_close() on a persistent stream *will* close it, as is
usual with all persistent resources in PHP/ZE.

This is deliberately *not* exposed to user-space PHP at this time.

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

php_stream *stream = php_stream_fopen("/path/to/file", "r+b", NULL,
	STREAM_OPEN_PERSISTENT | ENFORCE_SAFE_MODE | REPORT_ERRORS);

the filename and mode are combined to form the hash key for the persistent
list; they must be identical for this same stream to be returned again in the
next request.

Calling php_stream_close() on a persistent stream *will* close it, as is
usual with all persistent resources in PHP/ZE.

This is deliberately *not* exposed to user-space PHP at this time.

</pre>
</div>
</content>
</entry>
<entry>
<title>ws fixes + missing $Id$ tags, headers added</title>
<updated>2003-02-19T08:40:19+00:00</updated>
<author>
<name>foobar</name>
<email>sniper@php.net</email>
</author>
<published>2003-02-19T08:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8e3f23e3c00a4973acb75cbafc15fea1c7f2bc4f'/>
<id>8e3f23e3c00a4973acb75cbafc15fea1c7f2bc4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement new filter API, stage 1.</title>
<updated>2003-02-18T01:22:21+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@php.net</email>
</author>
<published>2003-02-18T01:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=32165a5546fc54ba31f25550fa105365c9e454c4'/>
<id>32165a5546fc54ba31f25550fa105365c9e454c4</id>
<content type='text'>
This breaks user-space filters (for the time being), and those
weird convert.* filters in ext/standard/filters.c

The filters stack has been separated into one chain for read and one chain
for write.

The user-space stream_filter_append() type functions currently only operate
on the read chain. They need extending to work with the write chain too.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This breaks user-space filters (for the time being), and those
weird convert.* filters in ext/standard/filters.c

The filters stack has been separated into one chain for read and one chain
for write.

The user-space stream_filter_append() type functions currently only operate
on the read chain. They need extending to work with the write chain too.

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