<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/tests, branch php-5.5.21</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>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>Allow CLI server test scripts to specify the name of the router file.</title>
<updated>2015-01-06T01:22:59+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2015-01-06T01:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0cc2810498a56e263f2e1dd77f1f42e6c53dc99e'/>
<id>0cc2810498a56e263f2e1dd77f1f42e6c53dc99e</id>
<content type='text'>
This is required to write tests that behave differently when an index.php isn't
present in the document root. (Such as the one I'm about to commit.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is required to write tests that behave differently when an index.php isn't
present in the document root. (Such as the one I'm about to commit.)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test with readline on mac</title>
<updated>2014-11-29T00:47:45+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2014-11-29T00:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=108bf849674d772cbf9bfeb2e95072f40ab4c91d'/>
<id>108bf849674d772cbf9bfeb2e95072f40ab4c91d</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.4' into PHP-5.5</title>
<updated>2014-09-27T00:17:52+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2014-09-27T00:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e6105ffb22e5417e98d09bbe183f1f42057753ca'/>
<id>e6105ffb22e5417e98d09bbe183f1f42057753ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This test should pass</title>
<updated>2014-09-27T00:17:26+00:00</updated>
<author>
<name>Johannes Schlüter</name>
<email>johannes@php.net</email>
</author>
<published>2014-09-27T00:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2711948d14cbcd5ababf82cae55ef25f3f870e1f'/>
<id>2711948d14cbcd5ababf82cae55ef25f3f870e1f</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.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>
<entry>
<title>Fixed bug #66830 (Empty header causes PHP built-in web server to hang).</title>
<updated>2014-07-07T20:36:06+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-07-07T20:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=604de67b7d0b8c6db76002011e3b55dd9c7aeec8'/>
<id>604de67b7d0b8c6db76002011e3b55dd9c7aeec8</id>
<content type='text'>
We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We had an infinite loop in sapi_cli_server_send_headers(): while iterating over
the linked list of headers, when an empty header was hit, continue would go to
the next iteration of the loop without updating h to be the next value in the
linked list. Updating it to always increment regardless of whether the header
is actually valid or not fixes the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.4' into PHP-5.5</title>
<updated>2014-06-13T00:56:10+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-06-13T00:56:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e956ba935765c410195a3d402aa9456d187472d6'/>
<id>e956ba935765c410195a3d402aa9456d187472d6</id>
<content type='text'>
* PHP-5.4:
  Add 308 and 426 to the HTTP response code map in the CLI server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  Add 308 and 426 to the HTTP response code map in the CLI server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 308 and 426 to the HTTP response code map in the CLI server.</title>
<updated>2014-06-13T00:54:29+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-06-13T00:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fe676748091e3329a8c8b053b7ce6fd41ae264e6'/>
<id>fe676748091e3329a8c8b053b7ce6fd41ae264e6</id>
<content type='text'>
Implements FR #67429 (CLI server is missing some new HTTP response codes).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements FR #67429 (CLI server is missing some new HTTP response codes).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a wrong test</title>
<updated>2013-11-26T16:43:31+00:00</updated>
<author>
<name>Julien Pauli</name>
<email>jpauli@php.net</email>
</author>
<published>2013-11-26T16:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ff20a9019d2d5e226dfa03b24285c77a623ac35c'/>
<id>ff20a9019d2d5e226dfa03b24285c77a623ac35c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
