Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-03 | 1 | -1/+4 |
|\ | |||||
| * | Fixed bug #69953 | Christoph M. Becker | 2016-03-03 | 1 | -1/+4 |
| | | | | | | | | Added support for MKCALENDAR request method in CLI web server. | ||||
* | | http parser code assumes char is signed | Anton Blanchard | 2015-07-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | 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; | ||||
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-27 | 1 | -2/+9 |
|\ \ | |/ | | | | | | | | | * PHP-5.6: updated NEWS Fixed #69655: php -S changes MKCALENDAR request method to MKCOL | ||||
| * | Fixed #69655: php -S changes MKCALENDAR request method to MKCOL | Christoph M. Becker | 2015-06-27 | 1 | -2/+9 |
| | | | | | | | | | | The parsing of the request method in the CLI server has been faulty, so that several unsupported methods have been recognized as other methods. | ||||
| * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Add comment about SEARCH HTTP Verb being possible as well | Mats Lindh | 2015-05-12 | 1 | -2/+1 |
| | | |||||
* | | Add "SEARCH" as supported HTTP verb. | Mats Lindh | 2015-05-12 | 1 | -0/+3 |
| | | | | | | | | | | The "SEARCH" HTTP request method is described in RFC5323 as part of WebDAV, and allows a client to initiate a server side search. | ||||
* | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | |||||
* | | fix signed/unsigned mismatch warning | Anatol Belski | 2014-10-10 | 1 | -2/+5 |
|/ | |||||
* | Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver | Lars Strojny | 2012-09-18 | 1 | -0/+3 |
| | |||||
* | Respond with 501 to unknown request methods | Niklas Lindgren | 2012-09-15 | 1 | -3/+4 |
| | | | | | | | | Fixed typo Moved 501 response from dispatch to event_read_request Return return value of send_error_page | ||||
* | - undefine CALLBACK (btw, generic names like that should be avoided, w/o ↵ | Pierre Joye | 2011-08-19 | 1 | -1/+3 |
| | | | | prefix :) | ||||
* | - do not use 64bit integer instead of size_t (can't be alloc'ed), or when ↵ | Pierre Joye | 2011-08-18 | 1 | -5/+5 |
| | | | | the actual possible values are 32bit or lower only | ||||
* | - Add built-in web server to CLI SAPI. See the RFC for detail. | Moriyoshi Koizumi | 2011-06-20 | 1 | -0/+1602 |