130 Commits (87b667221ed145bb1992abf3b10072bc0462600f)

Author SHA1 Message Date
Adam Harvey fe67674809 Add 308 and 426 to the HTTP response code map in the CLI server. 12 years ago
Adam Harvey 8c59ae345e Move the mime type map out of php_cli_server.c for easier generation. 12 years ago
Adam Harvey faa34f24e3 Replace the CLI server's linear search for extensions with a hash table. 12 years ago
Remi Collet 58c6a08e00 Fixed bug #67406 built-in web-server segfaults on startup 12 years ago
Dmitry Stogov 17d027ed47 Split IS_BOOL into IS_FALSE and IS_TRUE 12 years ago
Anatol Belski 9eb726b3ab Fixed bug #67079 Missing MIME types for XML/XSL files 12 years ago
Dmitry Stogov 050d7e38ad Cleanup (1-st round) 12 years ago
Dmitry Stogov 2e3e96b24b Fixed zend_string*/char* mess 12 years ago
Dmitry Stogov 232f3e915c Fixed various CLI problems 12 years ago
Xinchen Hui 43b03c74b3 Refacting smart_str 12 years ago
Dmitry Stogov a52817eb02 Use better data structures (incomplete) 12 years ago
Xinchen Hui c081ce628f Bump year 12 years ago
Xinchen Hui 47c9027772 Bump year 12 years ago
Xinchen Hui c0d060f5c0 Bump year 12 years ago
Kalle Sommer Nielsen ed5a8d510f Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRMLS_FETCH() calls in our various SAPIs 12 years ago
Kalle Sommer Nielsen e6b471933c Kill yet another TSRMLS_FETCH() inside the CLI HTTP server 12 years ago
Ard Biesheuvel f33265d572 cli: don't cast away const in select() timeout argument 12 years ago
Christopher Jones d0cd112702 This is CLI web server change. Added some common MIME types to the 12 years ago
Andrea Faulds aee271ec0d Implemented FR #65917 (getallheaders() is not supported by the built-in...) 13 years ago
Felipe Pena 3aaee86ee3 - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding) 13 years ago
Christopher Jones dfa43d55dd Added application/pdf to PHP CLI Web Server mime types. 13 years ago
Adam Harvey 3c3b2b5bdc Handle CLI server request headers case insensitively. 13 years ago
Michael Wallner bb1f9d3826 slim post data 13 years ago
Michael Wallner 2438490add slim post data 13 years ago
Christopher Jones 9ad97cd489 Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. 13 years ago
Adam Harvey f5c7fe9202 Fix the spelling of the php_cli_server_http_response_status_code_pair typedef. 13 years ago
Adam Harvey 283f56af66 Change the search in get_status_string() to correctly handle unknown codes. 13 years ago
Pierre Joye bb18fa448c - add reminder for checking return values 13 years ago
Pierre Joye 3af4896837 - fix x64 issues on windows with the various time types (overflow, signed and unsigned bits ops, etc.) causing crashes on start, error or log, must be done in win32/time.c for some of these functions too 13 years ago
Pierre Joye e6a9d1ca8d - fix x64 issues on windows with the various time types (overflow, signed and unsigned bits ops, etc.) causing crashes on start, error or log, must be done in win32/time.c for some of these functions too 13 years ago
Keyur Govande a0a995cff3 Support for CLI process title (https://wiki.php.net/rfc/cli_process_title) 13 years ago
Jonh Wendell 59b016192d Added HTTP codes as of RFC 6585 13 years ago
Remi Collet 0cea9e6843 Fixed bug #64128 buit-in web server is broken on ppc64. 13 years ago
Lars Strojny 785e66adb5 PR #260: Update css for 404 pages to feel more up to date and have a consistent layout across browsers 13 years ago
Xinchen Hui a666285bc2 Happy New Year 13 years ago
Xinchen Hui 0a7395e009 Happy New Year 13 years ago
pascalc e5b1ebc082 update list of common Mime Types in PHP development server to support Web audio/video formats (Webm ,and Ogg containers) + have jpeg mime types listed together 13 years ago
Xinchen Hui ea441bd08d Implemented FR #63242 (Default error page in PHP built-in web server uses outdated html/css) 14 years ago
Niklas Lindgren 27542db4e7 Respond with 501 to unknown request methods 14 years ago
Xinchen Hui 0988ae3c43 Implemented FR #62700 (have the console output 'Listening on http://localhost:8000') 14 years ago
Xinchen Hui a88eca53f7 Improve error message for ssl request 14 years ago
Andrew Faulds d12f8d6790 Removed Logo GUIDs and replaced with Data URIs and div hidden with JS 14 years ago
stealth35 11a202ef50 Fix potential leak in cli server 14 years ago
Xinchen Hui 1e60d0c105 Implemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions) 14 years ago
David Soria Parra 2cb0ed1328 Typo 14 years ago
Xinchen Hui ad3a42c26c correct variable name 14 years ago
Xinchen Hui b999e91f5b Make css string constant 14 years ago
Xinchen Hui cc58373d4d Improved performance while sending error page 14 years ago
Ilia Alshanetsky 9dcfb8c73f Fixed bug #61461 (missing checks around malloc() calls). 14 years ago
Xinchen Hui 4ff1126846 Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router) 14 years ago