Christoph M. Becker
|
2d4ad66ff2
|
Fixed bug #69953
Added support for MKCALENDAR request method in CLI web server.
|
2016-03-03 19:22:38 +01:00 |
|
Michael Wallner
|
14caf174ff
|
unify stdint type usage
if you need C99 stdint types, just include "php_stdint.h"
|
2013-08-06 22:49:56 +02: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 |
|
Felipe Pena
|
2e1d31d123
|
- Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set)
|
2012-08-16 15:45:21 -03:00 |
|
Pierre Joye
|
6a0910075d
|
- fix build
|
2011-08-19 11:33:59 +00:00 |
|
Xinchen Hui
|
9cdb9a80a7
|
Fixed #55457 for 5.4 branch
Use ssize_t instead of long (as pierre suggestion)
|
2011-08-19 07:40:51 +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 |
|
Pierre Joye
|
bae911f41b
|
- WS
|
2011-08-17 11:59:39 +00:00 |
|
Pierre Joye
|
cef071fd80
|
- use provided stdint.h and avoid double definitions
|
2011-08-17 11:56: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 |
|