<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli, branch php-5.5.12</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.4' into PHP-5.5</title>
<updated>2014-02-28T07:12:16+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-02-28T07:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5fc7382a57550c8997cf00c0839916c78766bfe5'/>
<id>5fc7382a57550c8997cf00c0839916c78766bfe5</id>
<content type='text'>
* PHP-5.4:
  man page: long option name is --strip, not --stripped
  --global have be removed in 5.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.4:
  man page: long option name is --strip, not --stripped
  --global have be removed in 5.2
</pre>
</div>
</content>
</entry>
<entry>
<title>man page: long option name is --strip, not --stripped</title>
<updated>2014-02-28T07:12:03+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-02-28T07:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b1df743b7a9da1b84d5af8dfb430a98022009cd8'/>
<id>b1df743b7a9da1b84d5af8dfb430a98022009cd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>--global have be removed in 5.2</title>
<updated>2014-02-28T07:10:01+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2014-02-28T07:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c73b0543f13a8c63eb3e17808b5085d39d8f05d1'/>
<id>c73b0543f13a8c63eb3e17808b5085d39d8f05d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump year</title>
<updated>2014-01-03T03:06:16+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-01-03T03:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=47c902777297ce895aa915c13efdb00881af3669'/>
<id>47c902777297ce895aa915c13efdb00881af3669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump year</title>
<updated>2014-01-03T03:04:26+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2014-01-03T03:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c0d060f5c02db168f1de895b41afffbc6e3cacfb'/>
<id>c0d060f5c02db168f1de895b41afffbc6e3cacfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Merge branch 'CLIGetAllHeadersBackport' into PHP-5.5</title>
<updated>2013-11-18T21:19:07+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2013-11-18T21:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9937e2fda5bd8e8bd58264b83bfd15e9c2c648f3'/>
<id>9937e2fda5bd8e8bd58264b83bfd15e9c2c648f3</id>
<content type='text'>
* CLIGetAllHeadersBackport:
  Removed UPGRADING note
  Rewrote test using tcp instead of http:// stream
  Implemented FR #65917 (getallheaders() is not supported by the built-in...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CLIGetAllHeadersBackport:
  Removed UPGRADING note
  Rewrote test using tcp instead of http:// stream
  Implemented FR #65917 (getallheaders() is not supported by the built-in...)
</pre>
</div>
</content>
</entry>
<entry>
<title>This is CLI web server change.  Added some common MIME types to the</title>
<updated>2013-11-15T20:36:25+00:00</updated>
<author>
<name>Christopher Jones</name>
<email>sixd@php.net</email>
</author>
<published>2013-11-15T20:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d0cd1127024410bd7b055500d1bd879c4187b832'/>
<id>d0cd1127024410bd7b055500d1bd879c4187b832</id>
<content type='text'>
existing lookup list, pending a more thorough lookup solution, if
anyone wants to do that.  Ref http://news.php.net/php.internals/69990

A router can be used to add to, or override, the MIME type lookups,
see http://php.net/manual/en/features.commandline.webserver.php
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
existing lookup list, pending a more thorough lookup solution, if
anyone wants to do that.  Ref http://news.php.net/php.internals/69990

A router can be used to add to, or override, the MIME type lookups,
see http://php.net/manual/en/features.commandline.webserver.php
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrote test using tcp instead of http:// stream</title>
<updated>2013-11-12T20:27:38+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2013-10-22T16:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a3f5b9f62dcdca52caf804c81ac9ef21d7436261'/>
<id>a3f5b9f62dcdca52caf804c81ac9ef21d7436261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented FR #65917 (getallheaders() is not supported by the built-in...)</title>
<updated>2013-11-12T20:27:34+00:00</updated>
<author>
<name>Andrea Faulds</name>
<email>ajf@ajf.me</email>
</author>
<published>2013-10-17T22:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aee271ec0d30c332bed32b5eca1fdff1cb447eab'/>
<id>aee271ec0d30c332bed32b5eca1fdff1cb447eab</id>
<content type='text'>
- Implemented apache_request_headers() and getallheaders() alias in CLI server
- Implemented apache_response_headers() in CLI server using FastCGI code

Conflicts:
	NEWS
	UPGRADING
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Implemented apache_request_headers() and getallheaders() alias in CLI server
- Implemented apache_response_headers() in CLI server using FastCGI code

Conflicts:
	NEWS
	UPGRADING
</pre>
</div>
</content>
</entry>
</feed>
