<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/php_http_parser.h, branch php-7.2.0alpha2</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>Fix bug 60471 by correctly identifying unused speculative preconnections</title>
<updated>2017-04-11T22:08:05+00:00</updated>
<author>
<name>Sammy Kaye Powers</name>
<email>sammyk@sammykmedia.com</email>
</author>
<published>2017-03-29T14:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fd0e71d001b76c0ce16bd2d2f7d80956ae9fc6f9'/>
<id>fd0e71d001b76c0ce16bd2d2f7d80956ae9fc6f9</id>
<content type='text'>
* Correctly identify unused speculative preconnections from browsers
  like Chrome and Firefox
* Add a new message to the debug level that is emitted when a TCP
  connection is closed without sending any request (a preconnection)
* Fix an issue where the existing debug messages were not being
  displayed even when debug mode was enabled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Correctly identify unused speculative preconnections from browsers
  like Chrome and Firefox
* Add a new message to the debug level that is emitted when a TCP
  connection is closed without sending any request (a preconnection)
* Fix an issue where the existing debug messages were not being
  displayed even when debug mode was enabled
</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>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>unify stdint type usage</title>
<updated>2013-08-06T20:49:56+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2013-08-06T20:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=14caf174ff219376e4f1234bd297ffe973cc416e'/>
<id>14caf174ff219376e4f1234bd297ffe973cc416e</id>
<content type='text'>
if you need C99 stdint types, just include "php_stdint.h"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if you need C99 stdint types, just include "php_stdint.h"
</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>
<entry>
<title>- Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set)</title>
<updated>2012-08-16T18:45:21+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipensp@gmail.com</email>
</author>
<published>2012-08-16T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2e1d31d123ea5f310719c6c3c51587834907b7bf'/>
<id>2e1d31d123ea5f310719c6c3c51587834907b7bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix build</title>
<updated>2011-08-19T11:33:59+00:00</updated>
<author>
<name>Pierre Joye</name>
<email>pajoye@php.net</email>
</author>
<published>2011-08-19T11:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6a0910075d0d85b1b834406341060d5b0c223e07'/>
<id>6a0910075d0d85b1b834406341060d5b0c223e07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #55457 for 5.4 branch</title>
<updated>2011-08-19T07:40:51+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2011-08-19T07:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9cdb9a80a77933cbd205b4447a118ff40d42e74d'/>
<id>9cdb9a80a77933cbd205b4447a118ff40d42e74d</id>
<content type='text'>
Use ssize_t instead of long (as pierre suggestion)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use ssize_t instead of long (as pierre suggestion)

</pre>
</div>
</content>
</entry>
</feed>
