<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-5.6.16</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>unbreak coverage data: fix #line directives in phpdbg parser</title>
<updated>2015-10-24T22:12:24+00:00</updated>
<author>
<name>Nuno Lopes</name>
<email>nlopess@php.net</email>
</author>
<published>2015-10-24T22:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=36311ee4fd0ad33735ab0dc02f795b65888ca72d'/>
<id>36311ee4fd0ad33735ab0dc02f795b65888ca72d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix globals initialization in sapi/cgi</title>
<updated>2015-10-23T11:56:40+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-10-23T11:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=22af88274b93c03fd9f9b0fb443abf6b586d947b'/>
<id>22af88274b93c03fd9f9b0fb443abf6b586d947b</id>
<content type='text'>
Basically backport 8430ec17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Basically backport 8430ec17
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test XFAIL for bug #70470</title>
<updated>2015-09-11T05:45:18+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-09-11T05:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=37d814b84cff3678a2e1d56ea9d3ba3c35082e13'/>
<id>37d814b84cff3678a2e1d56ea9d3ba3c35082e13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #68291: 404 on urls with '+'</title>
<updated>2015-09-05T12:34:08+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2015-09-05T11:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fd94c92171eb4f25a792b38c7754bdd76933ec04'/>
<id>fd94c92171eb4f25a792b38c7754bdd76933ec04</id>
<content type='text'>
URI paths have to be treated according to RFC 3986 by the CLI web server, not
as application/x-www-form-urlencoded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
URI paths have to be treated according to RFC 3986 by the CLI web server, not
as application/x-www-form-urlencoded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix phpdbg_break_next()</title>
<updated>2015-08-23T11:07:14+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-08-23T11:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=272cccd1759a358eb9a66e3fb10bcad373acb06e'/>
<id>272cccd1759a358eb9a66e3fb10bcad373acb06e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #70264: CLI server directory traversal</title>
<updated>2015-08-14T15:05:31+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-08-14T14:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9c805a6cb31596c41609512bdd8a9a76c9ce9b15'/>
<id>9c805a6cb31596c41609512bdd8a9a76c9ce9b15</id>
<content type='text'>
On Windows the built-in webserver doesn't prevent directory traversal when
backslashes are used as path component separators. Even though that is not a
security issue (the CLI webserver is meant for testing only), we fix that by
replacing backslashes in the path with slashes on Windows, because backslashes
may be valid characters for file names on other systems, but not on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows the built-in webserver doesn't prevent directory traversal when
backslashes are used as path component separators. Even though that is not a
security issue (the CLI webserver is meant for testing only), we fix that by
replacing backslashes in the path with slashes on Windows, because backslashes
may be valid characters for file names on other systems, but not on Windows.
</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 #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE</title>
<updated>2015-08-09T00:37:16+00:00</updated>
<author>
<name>wusuopu</name>
<email>admin@longchangjin.cn</email>
</author>
<published>2014-11-03T06:52:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=72976e2497f963b7f203443f9881d52e0ff97962'/>
<id>72976e2497f963b7f203443f9881d52e0ff97962</id>
<content type='text'>
The patch will store Content-Type header value in both HTTP_CONTENT_TYPE field and CONTENT_TYPE field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The patch will store Content-Type header value in both HTTP_CONTENT_TYPE field and CONTENT_TYPE field.
</pre>
</div>
</content>
</entry>
<entry>
<title>added tests for bug #66606</title>
<updated>2015-08-09T00:36:58+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-08-09T00:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b4a80332c78045ac4a24208951f96fbd700825f'/>
<id>1b4a80332c78045ac4a24208951f96fbd700825f</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-08-04T23:45:55+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2015-08-04T23:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=54187fa4b953d9d908a844d802cfe20472776ff5'/>
<id>54187fa4b953d9d908a844d802cfe20472776ff5</id>
<content type='text'>
* PHP-5.5:
  fix test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  fix test
</pre>
</div>
</content>
</entry>
</feed>
