<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, 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>Merge branch 'PHP-5.6'</title>
<updated>2015-09-11T05:52:00+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-09-11T05:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=874dc061565fa6481fb6222517304bfb82b03d69'/>
<id>874dc061565fa6481fb6222517304bfb82b03d69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Change array sorting implementation to avoid two level callbacks system.</title>
<updated>2015-09-09T23:51:23+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2015-09-09T23:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c174e4cd73cd16ce0b52ab66a90e97c476a444fe'/>
<id>c174e4cd73cd16ce0b52ab66a90e97c476a444fe</id>
<content type='text'>
Simplify zval comparion API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify zval comparion API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #70449 (PHP won't compile on 10.4 and 10.5 because of missing constants)</title>
<updated>2015-09-07T15:28:29+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-09-07T15:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=51272f4217b5961438cf89ac03dc3ab097db8af5'/>
<id>51272f4217b5961438cf89ac03dc3ab097db8af5</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-09-05T12:43:19+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-09-05T12:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cc9da62bdb815421151958e8f2971d992291192a'/>
<id>cc9da62bdb815421151958e8f2971d992291192a</id>
<content type='text'>
* PHP-5.6:
  Fix #68291: 404 on urls with '+'

Resolved conflicts:
	sapi/cli/php_cli_server.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fix #68291: 404 on urls with '+'

Resolved conflicts:
	sapi/cli/php_cli_server.c
</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 zend signal and tsrm compat</title>
<updated>2015-09-01T08:34:54+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2015-09-01T08:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=85a511d2c1b7d7489630d7e2d1112bddd4e20203'/>
<id>85a511d2c1b7d7489630d7e2d1112bddd4e20203</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix valgrind warning upon displaying lines from eval()ed code in phpdbg</title>
<updated>2015-08-31T21:42:15+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-08-31T21:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=84b608de1042696e394330e9fa205850c7a133f9'/>
<id>84b608de1042696e394330e9fa205850c7a133f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Respect exit status for -rr option with phpdbg</title>
<updated>2015-08-30T18:25:10+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-08-30T18:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=54a831829ad18144caec1afbec7ff4a65bc79a5d'/>
<id>54a831829ad18144caec1afbec7ff4a65bc79a5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed printing</title>
<updated>2015-08-27T03:38:11+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2015-08-27T03:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c359ca8c3dea661cc2faa95270f59469ee8ee9d0'/>
<id>c359ca8c3dea661cc2faa95270f59469ee8ee9d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
