<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/php_cli_server.c, branch php-5.6.8</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>bump year</title>
<updated>2015-01-15T15:26:37+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2015-01-15T15:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0579e8278dad43c7ebc070468b56caddf1c660b8'/>
<id>0579e8278dad43c7ebc070468b56caddf1c660b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #68784</title>
<updated>2015-01-10T02:09:13+00:00</updated>
<author>
<name>Rasmus Lerdorf</name>
<email>rasmus@php.net</email>
</author>
<published>2015-01-10T02:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5065505c935913e124d647df6f80f5efddae39a9'/>
<id>5065505c935913e124d647df6f80f5efddae39a9</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-01-06T01:27:37+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2015-01-06T01:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=27ff425b78a1355a24d44eb719291ebd9022bc87'/>
<id>27ff425b78a1355a24d44eb719291ebd9022bc87</id>
<content type='text'>
* PHP-5.5:
  Handle NULL strings in sapi_cli_server_register_variable().
  Allow CLI server test scripts to specify the name of the router file.

Conflicts:
	sapi/cli/tests/php_cli_server.inc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  Handle NULL strings in sapi_cli_server_register_variable().
  Allow CLI server test scripts to specify the name of the router file.

Conflicts:
	sapi/cli/tests/php_cli_server.inc
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle NULL strings in sapi_cli_server_register_variable().</title>
<updated>2015-01-06T01:23:27+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2015-01-06T01:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=448ef30f75988384b84cdb88bbb3a1a56b9534da'/>
<id>448ef30f75988384b84cdb88bbb3a1a56b9534da</id>
<content type='text'>
Fixes bug #68745 (Invalid HTTP requests make web server segfault).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #68745 (Invalid HTTP requests make web server segfault).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix php cli (-S option) inconsistent port parsing</title>
<updated>2014-12-01T06:42:12+00:00</updated>
<author>
<name>nil0x42</name>
<email>nil0x42@users.noreply.github.com</email>
</author>
<published>2014-07-11T17:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2a73d56ef9e1a4ca8cbc9521e98c64a3716bbb4c'/>
<id>2a73d56ef9e1a4ca8cbc9521e98c64a3716bbb4c</id>
<content type='text'>
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix php cli (-S option) inconsistent port parsing</title>
<updated>2014-12-01T06:29:24+00:00</updated>
<author>
<name>nil0x42</name>
<email>nil0x42@users.noreply.github.com</email>
</author>
<published>2014-07-11T17:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a87300241fc065c0020c7caf7a0e2e9b57405ad0'/>
<id>a87300241fc065c0020c7caf7a0e2e9b57405ad0</id>
<content type='text'>
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add port range verification of listening port with -S option for the php cli.
This fixes inconsistent listening port due to unverified cast from long to short
with htons(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.5' into PHP-5.6</title>
<updated>2014-07-12T07:09:47+00:00</updated>
<author>
<name>Tjerk Meesters</name>
<email>datibbaw@php.net</email>
</author>
<published>2014-07-12T07:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4e3d9a52ac5f51052e90e5ff5a82f098beddd8ab'/>
<id>4e3d9a52ac5f51052e90e5ff5a82f098beddd8ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #67594 - invisible colon should be stripped off header name</title>
<updated>2014-07-12T04:45:50+00:00</updated>
<author>
<name>Tjerk Meesters</name>
<email>datibbaw@php.net</email>
</author>
<published>2014-07-12T04:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1684ba3c6f2f0aa8700363acbca98acf9f3afc45'/>
<id>1684ba3c6f2f0aa8700363acbca98acf9f3afc45</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>2014-07-07T20:45:01+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-07-07T20:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=70e9d3e2f9d7bc0b48811f01c084f82524af604c'/>
<id>70e9d3e2f9d7bc0b48811f01c084f82524af604c</id>
<content type='text'>
* PHP-5.5:
  Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.5:
  Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2014-07-07T20:40:47+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-07-07T20:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1939b34c788c57de452b3cf1540182d08ff8f1ad'/>
<id>1939b34c788c57de452b3cf1540182d08ff8f1ad</id>
<content type='text'>
* PHP-5.4:
  Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
</pre>
</div>
</content>
</entry>
</feed>
