Christoph M. Becker
|
bbe28d3a55
|
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.
|
2015-06-27 20:02:21 +02:00 |
|
Veres Lajos
|
4dc994571d
|
typo fixes - https://github.com/vlajos/misspell_fixer
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
|
2014-11-23 14:33:43 -08:00 |
|
Lars Strojny
|
aa133ea282
|
Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver
|
2012-09-18 22:16:51 +02:00 |
|
Niklas Lindgren
|
27542db4e7
|
Respond with 501 to unknown request methods
Fixed typo
Moved 501 response from dispatch to event_read_request
Return return value of send_error_page
|
2012-09-15 23:11:12 -07:00 |
|
Pierre Joye
|
29cb4d8a09
|
- undefine CALLBACK (btw, generic names like that should be avoided, w/o prefix :)
|
2011-08-19 11:35:37 +00:00 |
|
Pierre Joye
|
0fd3f882cd
|
- do not use 64bit integer instead of size_t (can't be alloc'ed), or when the actual possible values are 32bit or lower only
|
2011-08-18 09:16:04 +00:00 |
|
Moriyoshi Koizumi
|
5b921a87a1
|
- Add built-in web server to CLI SAPI. See the RFC for detail.
|
2011-06-20 20:27:39 +00:00 |
|