| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Close GH-5675.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|\ |
|
| |
| |
| |
| | |
Added support for MKCALENDAR request method in CLI web server.
|
| |
| |
| |
| |
| |
| |
| | |
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;
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.6:
updated NEWS
Fixed #69655: php -S changes MKCALENDAR request method to MKCOL
|
| |
| |
| |
| |
| | |
The parsing of the request method in the CLI server has been faulty, so that
several unsupported methods have been recognized as other methods.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| |
| | |
The "SEARCH" HTTP request method is described in RFC5323 as part of
WebDAV, and allows a client to initiate a server side search.
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
| |
Fixed typo
Moved 501 response from dispatch to event_read_request
Return return value of send_error_page
|
|
|
|
| |
prefix :)
|
|
|
|
| |
the actual possible values are 32bit or lower only
|
|
|