| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|