<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/php_http_parser.c, 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>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>
<entry>
<title>fix signed/unsigned mismatch warning</title>
<updated>2014-10-10T17:00:18+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2014-10-09T07:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6075e5a549dea536f022a6289ee75ecb7a54ce02'/>
<id>6075e5a549dea536f022a6289ee75ecb7a54ce02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver</title>
<updated>2012-09-18T20:16:51+00:00</updated>
<author>
<name>Lars Strojny</name>
<email>lstrojny@php.net</email>
</author>
<published>2012-09-18T20:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=aa133ea2821787c0cf4ac8750ddd22341752f135'/>
<id>aa133ea2821787c0cf4ac8750ddd22341752f135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Respond with 501 to unknown request methods</title>
<updated>2012-09-16T06:11:12+00:00</updated>
<author>
<name>Niklas Lindgren</name>
<email>nikc@iki.fi</email>
</author>
<published>2012-09-12T16:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=27542db4e70c388346fc9983b9c7d58248aaa52d'/>
<id>27542db4e70c388346fc9983b9c7d58248aaa52d</id>
<content type='text'>
Fixed typo

Moved 501 response from dispatch to event_read_request

Return return value of send_error_page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed typo

Moved 501 response from dispatch to event_read_request

Return return value of send_error_page
</pre>
</div>
</content>
</entry>
</feed>
