<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main, branch php-5.6.13</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>5.6.13</title>
<updated>2015-09-03T00:02:45+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2015-09-03T00:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f5751638dbd77136ce5c90e7d8bd090aa655c2a3'/>
<id>f5751638dbd77136ce5c90e7d8bd090aa655c2a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PHP-5.6.13RC1</title>
<updated>2015-08-20T08:01:20+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2015-08-20T08:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=36c0311622eb9c767ce6cd654fa923ee89044934'/>
<id>36c0311622eb9c767ce6cd654fa923ee89044934</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>5.6.14 next</title>
<updated>2015-08-20T07:56:47+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2015-08-20T07:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c7c9858ba16eb71c9ffc6cabfa00f8ece8600b47'/>
<id>c7c9858ba16eb71c9ffc6cabfa00f8ece8600b47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #70198 Checking liveness does not work as expected</title>
<updated>2015-08-11T15:36:10+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-08-11T15:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=797e30f4fc9fae94b92e314aac9a16cff2d5b50b'/>
<id>797e30f4fc9fae94b92e314aac9a16cff2d5b50b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #69487: SAPI may truncate POST data</title>
<updated>2015-08-10T23:32:13+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2015-08-09T23:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=48c71cd94bc5ed580c010fc5baef6f3a19309c88'/>
<id>48c71cd94bc5ed580c010fc5baef6f3a19309c88</id>
<content type='text'>
If SG(request_info).request_body can't be completely written (e.g. due to a
full drive), only parts of the POST data will be available. This patch changes
this, so that SG(request_info).request_body will be reset in this case, and a
warning will be thrown.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If SG(request_info).request_body can't be completely written (e.g. due to a
full drive), only parts of the POST data will be available. This patch changes
this, so that SG(request_info).request_body will be reset in this case, and a
warning will be thrown.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2015-07-28T15:42:37+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-07-28T15:42:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9fdb8c2ccd109ddc30bd46f0bd0c493352756b76'/>
<id>9fdb8c2ccd109ddc30bd46f0bd0c493352756b76</id>
<content type='text'>
* PHP-5.5:
  Fixed bug #70002 TS issues with temporary dir handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  Fixed bug #70002 TS issues with temporary dir handling
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #70002 TS issues with temporary dir handling</title>
<updated>2015-07-28T15:41:38+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-07-28T15:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ce5c4500cd942ab85efa1e916ef00de860be9e6e'/>
<id>ce5c4500cd942ab85efa1e916ef00de860be9e6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #69900 Too long timeout on pipes</title>
<updated>2015-07-28T08:28:45+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-07-28T08:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=20e765b841756a00a4b6f35783bbf74eab5d91ac'/>
<id>20e765b841756a00a4b6f35783bbf74eab5d91ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>5.6.13 now</title>
<updated>2015-07-22T07:27:49+00:00</updated>
<author>
<name>Julien Pauli</name>
<email>jpauli@php.net</email>
</author>
<published>2015-07-22T07:27:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3eee49557068fb4d07230668a23d2c50738cc3f4'/>
<id>3eee49557068fb4d07230668a23d2c50738cc3f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>5.5.27 release</title>
<updated>2015-07-08T14:59:44+00:00</updated>
<author>
<name>Julien Pauli</name>
<email>jpauli@php.net</email>
</author>
<published>2015-07-08T14:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=34b624f122dd7b0ef31707532cb11cfc2bdf50f7'/>
<id>34b624f122dd7b0ef31707532cb11cfc2bdf50f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
