70 Commits (2dd67abb7d3c87d8a103e69f2e0a9e380276e4e5)

Author SHA1 Message Date
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
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
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) 13 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
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 40cd3d54b9 Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router) 14 years ago
Xinchen Hui 0d076c3c77 Add Moriyoshi Koizumi and I to the cli SAPI credits 14 years ago
Rasmus Lerdorf 16748fe0fa CLI Server was sending "Connection: closed" instead of "Connection: close" 14 years ago
Michael Wallner 93c549913f fix usage of php_output_(de)activate; I guess this code doesn't bother about one more hack; 14 years ago
Michael Wallner c64a69c8b8 MFH: r322963 14 years ago
Felipe Pena 4e19825281 - Year++ 14 years ago
Xinchen Hui 77b97de8df Fix bug #60591 (Memory leak when access a non-exists file) 14 years ago
Xinchen Hui 80ab69876c Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) 14 years ago
Xinchen Hui e29c46a50d add $_SERVER["SERVER_NAME"] since it's handy 14 years ago
Xinchen Hui 8fff0e86d7 fix memory leak 14 years ago
Xinchen Hui 147c414279 Fixed bug #60477 (Segfault after two multipart/form-data POST requests) 14 years ago
Pierre Joye 653e68233a - implement FR #60390, SERVER_PORT missing 14 years ago
Xinchen Hui f8386e349f Fixed bug #60159 (Router returns false, but POST is not passed to requested 14 years ago
Xinchen Hui ceac9dc490 Fixed bug #60189 (php logo can not be displayed) 14 years ago
Xinchen Hui ac789e0bb6 Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect) 14 years ago
Xinchen Hui 091f279eb0 Fixed bug #60146 (Last 2 lines of page not being output) 14 years ago
Xinchen Hui 08d372716c A better fix, sorry for previous thoughtlessness commit. 14 years ago
Xinchen Hui d8911efbb6 Fixed PATH_INFO of /index.php/foo/bar 14 years ago
Xinchen Hui a6bc3f6c59 fix memory leak 14 years ago
Xinchen Hui 8d467563e2 Fixed bug #60112 If URI does not contain a file, index.php is not served 14 years ago
Moriyoshi Koizumi 2cf34bc9fc Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks. 14 years ago
Xinchen Hui d603d05398 Fixed bug #55755 (SegFault when outputting header WWW-Authenticate) 15 years ago
Xinchen Hui c83594cd7a Remove double checking, and use MAXPATHLEN instead of a fixed length 15 years ago
Xinchen Hui f3aa34a90d Change to a more appropriate name 15 years ago
Xinchen Hui 82be5fcc4f Fixed bug #55747 (request headers missed in $_SERVER) 15 years ago
Xinchen Hui 5dbf73a866 Fix Bug #55726 (Changing the working directory makes router script inaccessible) 15 years ago
Xinchen Hui 6bd693543b Fix folder 15 years ago
Xinchen Hui 66bcb34bf4 Fixed Bug #55423(cli-server could not output correctly in some case) 15 years ago
Arpad Ray 8590f2587a add friendly log messages (req #55109) 15 years ago
Xinchen Hui bbf96ebeb1 Added _SERVER[SERVER_SOFTWARE] for built-in server 15 years ago
Xinchen Hui ef0e483bb3 Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR]) 15 years ago
Xinchen Hui 36bfb46ce6 Fixed typo when syncing changes to branch 15 years ago
Xinchen Hui c296c9148f Fixed #55450 (Built in web server not accepting file uploads), which might break #55121 fixing(r313677) 15 years ago