<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/php_http_parser.c, branch php-7.1.0beta3</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>Fixed compilation warnings</title>
<updated>2016-06-21T14:56:07+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2016-06-21T14:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=22ecd4428a74a0e9d535f984072d363da39cb052'/>
<id>22ecd4428a74a0e9d535f984072d363da39cb052</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' into PHP-7.0</title>
<updated>2016-03-03T18:27:35+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-03-03T18:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3240dd93b3f8a92ae587df20d7e07d436d0be2a9'/>
<id>3240dd93b3f8a92ae587df20d7e07d436d0be2a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #69953</title>
<updated>2016-03-03T18:22:38+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2015-07-14T09:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2d4ad66ff2e9f64e23461325f3c73bd5791653c2'/>
<id>2d4ad66ff2e9f64e23461325f3c73bd5791653c2</id>
<content type='text'>
Added support for MKCALENDAR request method in CLI web server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for MKCALENDAR request method in CLI web server.
</pre>
</div>
</content>
</entry>
<entry>
<title>http parser code assumes char is signed</title>
<updated>2015-07-06T00:13:00+00:00</updated>
<author>
<name>Anton Blanchard</name>
<email>anton@samba.org</email>
</author>
<published>2015-07-05T23:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=275009d0bdece1cd9fe58ca34d1ab7586441ec30'/>
<id>275009d0bdece1cd9fe58ca34d1ab7586441ec30</id>
<content type='text'>
A char can be either signed or unsigned, and on PowerPC and ARM it is
unsigned. The following code will always be false on these architectures:

        if (c == -1) goto error;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A char can be either signed or unsigned, and on PowerPC and ARM it is
unsigned. The following code will always be false on these architectures:

        if (c == -1) goto error;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6'</title>
<updated>2015-06-27T18:05:30+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-06-27T18:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a7bbc68bacaac5d46452259785a412f662c89aa5'/>
<id>a7bbc68bacaac5d46452259785a412f662c89aa5</id>
<content type='text'>
* PHP-5.6:
  updated NEWS
  Fixed #69655: php -S changes MKCALENDAR request method to MKCOL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  updated NEWS
  Fixed #69655: php -S changes MKCALENDAR request method to MKCOL
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #69655: php -S changes MKCALENDAR request method to MKCOL</title>
<updated>2015-06-27T18:02:21+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmb@php.net</email>
</author>
<published>2015-06-27T17:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bbe28d3a55f8b129d4595e5202b7c9891a568509'/>
<id>bbe28d3a55f8b129d4595e5202b7c9891a568509</id>
<content type='text'>
The parsing of the request method in the CLI server has been faulty, so that
several unsupported methods have been recognized as other methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parsing of the request method in the CLI server has been faulty, so that
several unsupported methods have been recognized as other methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment about SEARCH HTTP Verb being possible as well</title>
<updated>2015-05-12T09:24:27+00:00</updated>
<author>
<name>Mats Lindh</name>
<email>mats@lindh.no</email>
</author>
<published>2015-04-16T12:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a57061a1f56db416fbe4d6f4e01cc0aa5a51c61'/>
<id>7a57061a1f56db416fbe4d6f4e01cc0aa5a51c61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "SEARCH" as supported HTTP verb.</title>
<updated>2015-05-12T09:24:27+00:00</updated>
<author>
<name>Mats Lindh</name>
<email>mats@lindh.no</email>
</author>
<published>2015-04-16T11:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=98d015c5b7bcbf6b1a739839292b0faa8dae914d'/>
<id>98d015c5b7bcbf6b1a739839292b0faa8dae914d</id>
<content type='text'>
The "SEARCH" HTTP request method is described in RFC5323 as part of
WebDAV, and allows a client to initiate a server side search.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "SEARCH" HTTP request method is described in RFC5323 as part of
WebDAV, and allows a client to initiate a server side search.
</pre>
</div>
</content>
</entry>
<entry>
<title>typo fixes - https://github.com/vlajos/misspell_fixer</title>
<updated>2014-11-23T22:52:47+00:00</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2014-11-20T20:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=06fdf359e3217f795fded77e337d5417426b8d64'/>
<id>06fdf359e3217f795fded77e337d5417426b8d64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo fixes - https://github.com/vlajos/misspell_fixer</title>
<updated>2014-11-23T22:33:43+00:00</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2014-11-20T20:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4dc994571d2def413a83a607885f3e809b60019d'/>
<id>4dc994571d2def413a83a607885f3e809b60019d</id>
<content type='text'>
Conflicts:
	ext/ftp/ftp.h
	ext/pcre/pcrelib/pcre_printint.c
	ext/pcre/pcrelib/sljit/sljitLir.c
	ext/pcre/pcrelib/sljit/sljitLir.h
	ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
	ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
	ext/pgsql/pgsql.c
	ext/phar/func_interceptors.c
	ext/soap/soap.c
	ext/standard/image.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ext/ftp/ftp.h
	ext/pcre/pcrelib/pcre_printint.c
	ext/pcre/pcrelib/sljit/sljitLir.c
	ext/pcre/pcrelib/sljit/sljitLir.h
	ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
	ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
	ext/pgsql/pgsql.c
	ext/phar/func_interceptors.c
	ext/soap/soap.c
	ext/standard/image.c
</pre>
</div>
</content>
</entry>
</feed>
