<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main/SAPI.c, branch php-7.0.0RC3</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>remove unnecessary macros</title>
<updated>2015-09-02T15:05:43+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-08-31T19:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=95ac77995658ff607472c80015ece6a7db7c2470'/>
<id>95ac77995658ff607472c80015ece6a7db7c2470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6'</title>
<updated>2015-08-10T23:42:25+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-08-10T23:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=37707b2dd663f5bb9b344ff9aa604002035be842'/>
<id>37707b2dd663f5bb9b344ff9aa604002035be842</id>
<content type='text'>
* PHP-5.6:
  Fix #69487: SAPI may truncate POST data
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fix #69487: SAPI may truncate POST data
</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>fix datatype mismatches</title>
<updated>2015-03-24T21:02:31+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-03-24T20:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1a00554aafc832daf7db57b6c39120b68be926ba'/>
<id>1a00554aafc832daf7db57b6c39120b68be926ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix datatype mismatches</title>
<updated>2015-03-24T21:02:29+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-03-24T17:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3066851dab531ac44a5debbf9b187277158dfcac'/>
<id>3066851dab531ac44a5debbf9b187277158dfcac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revive Zend Signals handler (and fixed bug #61083)</title>
<updated>2015-03-05T10:11:22+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2015-03-05T10:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fd5a756ad44124ffa7e9a5810a31ff49e91708cf'/>
<id>fd5a756ad44124ffa7e9a5810a31ff49e91708cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made ZEND_TSRMLS_CACHE_* macros look like function calls</title>
<updated>2015-02-16T16:19:32+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-02-16T16:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=af3ca74501c5d0be273e47c618d37b8ddcbb5c7f'/>
<id>af3ca74501c5d0be273e47c618d37b8ddcbb5c7f</id>
<content type='text'>
which also comply with the current semantics for such macros
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which also comply with the current semantics for such macros
</pre>
</div>
</content>
</entry>
<entry>
<title>Update header handling to RFC 7230</title>
<updated>2015-02-06T04:10:28+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-02-04T09:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c3eac70c76f923147b3dc336e43f3451b2eeabb8'/>
<id>c3eac70c76f923147b3dc336e43f3451b2eeabb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2015-02-06T04:10:09+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-02-06T04:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a1c28567c6aaa3d3978bf7a61c221d2230e5689a'/>
<id>a1c28567c6aaa3d3978bf7a61c221d2230e5689a</id>
<content type='text'>
* PHP-5.5:
  Update header handling to RFC 7230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  Update header handling to RFC 7230
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2015-02-06T04:09:13+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-02-06T04:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=067340bbc8b323094cd4f63595f87f47b24f470f'/>
<id>067340bbc8b323094cd4f63595f87f47b24f470f</id>
<content type='text'>
* PHP-5.4:
  Update header handling to RFC 7230
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Update header handling to RFC 7230
</pre>
</div>
</content>
</entry>
</feed>
