<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main/php_streams.h, branch php-7.2.31</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>year++</title>
<updated>2018-01-02T04:55:14+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2018-01-02T04:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a7ec01a4976e72971948a93ca9eafa5752a3f91'/>
<id>7a7ec01a4976e72971948a93ca9eafa5752a3f91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright headers to 2017</title>
<updated>2017-01-02T15:30:12+00:00</updated>
<author>
<name>Sammy Kaye Powers</name>
<email>sammyk@sammykmedia.com</email>
</author>
<published>2017-01-02T15:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9e29f841ce3711488781be958ffdfc42d738de4a'/>
<id>9e29f841ce3711488781be958ffdfc42d738de4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure the flag doesn't overflow</title>
<updated>2016-10-06T08:18:31+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-10-06T08:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=46f4470e0d53be1b99d5a154006fb0a847e0b72d'/>
<id>46f4470e0d53be1b99d5a154006fb0a847e0b72d</id>
<content type='text'>
In certain case, it could take more than just 0/1, but 2 bits should
be enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In certain case, it could take more than just 0/1, but 2 bits should
be enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>handle the stream-&gt;__exposed flag correctly</title>
<updated>2016-10-06T00:15:29+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-10-06T00:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1e986c709c84cd2e67dffcdeaad52088e47b81e5'/>
<id>1e986c709c84cd2e67dffcdeaad52088e47b81e5</id>
<content type='text'>
as it's a flag now, just set the value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as it's a flag now, just set the value
</pre>
</div>
</content>
</entry>
<entry>
<title>uint vs. uint32_t</title>
<updated>2016-10-05T20:53:21+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-09-15T15:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=02acb056b3b5895521121a869357ce1195a5863d'/>
<id>02acb056b3b5895521121a869357ce1195a5863d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce size of stream struct</title>
<updated>2016-10-05T20:53:21+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-09-15T14:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0ca15cbeba8b8289ee6171bd30850fe06880dc2c'/>
<id>0ca15cbeba8b8289ee6171bd30850fe06880dc2c</id>
<content type='text'>
32 bytes are spared on 64-bit build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
32 bytes are spared on 64-bit build
</pre>
</div>
</content>
</entry>
<entry>
<title>prevent flags overflows</title>
<updated>2016-10-05T20:53:21+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-09-15T11:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4b41973ba12947d569c436db2162d0be7c25e365'/>
<id>4b41973ba12947d569c436db2162d0be7c25e365</id>
<content type='text'>
Sometimes int is overflown. That might still come out with a right
result, but is ofc not clean.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes int is overflown. That might still come out with a right
result, but is ofc not clean.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix blocking pipe stream option value</title>
<updated>2016-08-16T22:53:15+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-08-16T22:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6de67244d40f43fbbc7d019cfccf8c3537a3ee31'/>
<id>6de67244d40f43fbbc7d019cfccf8c3537a3ee31</id>
<content type='text'>
As revealed by #72857, this value conflicts with the xport option.
Wrong code can otherwise cause streams misbehave, fe if local and
network streams APIs are mixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As revealed by #72857, this value conflicts with the xport option.
Wrong code can otherwise cause streams misbehave, fe if local and
network streams APIs are mixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate usages of _PP macros</title>
<updated>2016-03-03T22:20:12+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-03-03T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5602f6421372848a6fbb23fbe6bbca47d94dd49a'/>
<id>5602f6421372848a6fbb23fbe6bbca47d94dd49a</id>
<content type='text'>
These are either in debug code (fix them), commented out (drop
them) or in dead compatibility macros (drop them).

One usage was in php_stream_get_from_zval(), which we have not used
since at least PHP 5.2 and, judging from the fact that nobody
complained about it causing compile errors in PHP 7, nobody else
uses it either, so drop it.

There are still remaining uses in mysqli embedded and odbc birdstep.
These probably need to be dropped outright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are either in debug code (fix them), commented out (drop
them) or in dead compatibility macros (drop them).

One usage was in php_stream_get_from_zval(), which we have not used
since at least PHP 5.2 and, judging from the fact that nobody
complained about it causing compile errors in PHP 7, nobody else
uses it either, so drop it.

There are still remaining uses in mysqli embedded and odbc birdstep.
These probably need to be dropped outright.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix format attributes in ZTS</title>
<updated>2016-02-14T13:44:27+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-02-14T12:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=59833783641622160903d56c0aa522db01b59f4c'/>
<id>59833783641622160903d56c0aa522db01b59f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
