Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Fix bug 60471 by correctly identifying unused speculative preconnections | Sammy Kaye Powers | 2017-04-11 | 1 | -0/+67 |
| | | | | | | | | | * 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 | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-03 | 1 | -0/+1 |
|\ | |||||
| * | Fixed bug #69953 | Christoph M. Becker | 2016-03-03 | 1 | -0/+1 |
| | | | | | | | | Added support for MKCALENDAR request method in CLI web server. | ||||
* | | Add "SEARCH" as supported HTTP verb. | Mats Lindh | 2015-05-12 | 1 | -0/+1 |
|/ | | | | | The "SEARCH" HTTP request method is described in RFC5323 as part of WebDAV, and allows a client to initiate a server side search. | ||||
* | unify stdint type usage | Michael Wallner | 2013-08-06 | 1 | -4/+2 |
| | | | | if you need C99 stdint types, just include "php_stdint.h" | ||||
* | Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver | Lars Strojny | 2012-09-18 | 1 | -0/+1 |
| | |||||
* | Respond with 501 to unknown request methods | Niklas Lindgren | 2012-09-15 | 1 | -0/+2 |
| | | | | | | | | Fixed typo Moved 501 response from dispatch to event_read_request Return return value of send_error_page | ||||
* | - Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not ↵ | Felipe Pena | 2012-08-16 | 1 | -1/+4 |
| | | | | set) | ||||
* | - fix build | Pierre Joye | 2011-08-19 | 1 | -0/+2 |
| | |||||
* | Fixed #55457 for 5.4 branch | Xinchen Hui | 2011-08-19 | 1 | -1/+1 |
| | | | | | Use ssize_t instead of long (as pierre suggestion) | ||||
* | - do not use 64bit integer instead of size_t (can't be alloc'ed), or when ↵ | Pierre Joye | 2011-08-18 | 1 | -1/+1 |
| | | | | the actual possible values are 32bit or lower only | ||||
* | - WS | Pierre Joye | 2011-08-17 | 1 | -2/+2 |
| | |||||
* | - use provided stdint.h and avoid double definitions | Pierre Joye | 2011-08-17 | 1 | -11/+1 |
| | |||||
* | - Add built-in web server to CLI SAPI. See the RFC for detail. | Moriyoshi Koizumi | 2011-06-20 | 1 | -0/+182 |