<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main/streams, branch php-7.0.0beta2</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>fix pipe peek timeout</title>
<updated>2015-07-02T13:19:38+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-07-02T13:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6f3dd4d45b022504bf334add7934536289ce381c'/>
<id>6f3dd4d45b022504bf334add7934536289ce381c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix alignment on 32-bit</title>
<updated>2015-07-02T12:23:07+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-07-02T10:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=58b982afed4f4a5c00190e81b229375bceabe8ab'/>
<id>58b982afed4f4a5c00190e81b229375bceabe8ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix c/p issue</title>
<updated>2015-07-02T12:22:58+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-06-30T15:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4e5758f37741187c5d5d61c5dcb3f0a472890195'/>
<id>4e5758f37741187c5d5d61c5dcb3f0a472890195</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial stuff to make allow blocking pipes on windows</title>
<updated>2015-07-02T12:22:55+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-06-30T13:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=734d907aa4d5f6005c1c32e2d5a229b059954d81'/>
<id>734d907aa4d5f6005c1c32e2d5a229b059954d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).</title>
<updated>2015-06-30T10:59:27+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-06-30T10:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7aa7627172c11979ec45c2db85f99182812ee59d'/>
<id>7aa7627172c11979ec45c2db85f99182812ee59d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only call stream_flush if anything was written</title>
<updated>2015-06-30T01:49:54+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-06-30T01:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6ad9cd5367734276d624d6d2a03406ed0d0cd08b'/>
<id>6ad9cd5367734276d624d6d2a03406ed0d0cd08b</id>
<content type='text'>
This avoids flushing in readonly mode upon close
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids flushing in readonly mode upon close
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved zend_string API (Francois Laupretre)</title>
<updated>2015-06-29T13:44:54+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-06-29T13:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4bd22cf1c1d6a262fe2f026e082f2565433c53df'/>
<id>4bd22cf1c1d6a262fe2f026e082f2565433c53df</id>
<content type='text'>
Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre &lt;francois@tekwire.net&gt;
Date:   Fri Jun 26 01:23:31 2015 +0200

    Use the new 'ZSTR' macros in the rest of the code.

    Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre &lt;francois@tekwire.net&gt;
Date:   Thu Jun 25 13:45:06 2015 +0200

    Improve zend_string API

    Add missing methods
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre &lt;francois@tekwire.net&gt;
Date:   Fri Jun 26 01:23:31 2015 +0200

    Use the new 'ZSTR' macros in the rest of the code.

    Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre &lt;francois@tekwire.net&gt;
Date:   Thu Jun 25 13:45:06 2015 +0200

    Improve zend_string API

    Add missing methods
</pre>
</div>
</content>
</entry>
<entry>
<title>further cleanups with S_IF* macros generalized declarations</title>
<updated>2015-05-25T16:03:28+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-05-25T11:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c444c4172f219b7461e2d38e1bbd87f9eeb2a0cd'/>
<id>c444c4172f219b7461e2d38e1bbd87f9eeb2a0cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix undeclared identifier 'PHP_STREAM_KEEP_RSRC'</title>
<updated>2015-04-09T16:16:53+00:00</updated>
<author>
<name>Di Wu</name>
<email>eaglewudi@gmail.com</email>
</author>
<published>2015-04-09T15:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c7492ed224fd6ac8bfa2953b68b15fe5178c980e'/>
<id>c7492ed224fd6ac8bfa2953b68b15fe5178c980e</id>
<content type='text'>
Identifier named `PHP_STREAM_FREE_KEEP_RSRC`  but use `PHP_STREAM_KEEP_RSRC`

Reference Line 131
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Identifier named `PHP_STREAM_FREE_KEEP_RSRC`  but use `PHP_STREAM_KEEP_RSRC`

Reference Line 131
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #68887 (resources are not freed correctly)</title>
<updated>2015-04-08T10:29:42+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-04-08T10:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4d9a1883aa764e502990488d2e8b9c978be6fbd2'/>
<id>4d9a1883aa764e502990488d2e8b9c978be6fbd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
