52 Commits (a09349a170bdfae3088fde487333edffbd7948c0)

Author SHA1 Message Date
Xinchen Hui 4ff1126846 Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router) 14 years ago
Xinchen Hui 024420e90b Add Moriyoshi Koizumi and I to the cli SAPI credits 14 years ago
Gustavo André dos Santos Lopes 6af0bdc2a3 - Connection: close, not "closed". 14 years ago
Michael Wallner 7aedbed543 fix usage of php_output_(de)activate; I guess this code doesn't bother about one more hack; 14 years ago
Michael Wallner 29c8658dc8 fix headers print to stdout/stderr if no output written; need to make some more testsbefore committing to PHP_5_4; fix crashes and invalid usage of output control in cli server while passing by 14 years ago
Felipe Pena 8775a37559 - Year++ 14 years ago
Xinchen Hui 68147465af Fix bug #60591 (Memory leak when access a non-exists file) 14 years ago
Xinchen Hui 8b16b7bd4b Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) 14 years ago
Xinchen Hui 9751092fbc add $_SERVER["SERVER_NAME"] since it's handy 14 years ago
Xinchen Hui a469096235 fix memory leak 14 years ago
Xinchen Hui 3f60731a09 Fixed bug #60477 (Segfault after two multipart/form-data POST requests) 14 years ago
Pierre Joye 31eaf9043d - implement FR #60390, SERVER_PORT missing 15 years ago
Xinchen Hui f8503b4332 Fixed bug #60159 (Router returns false, but POST is not passed to requested 15 years ago
Xinchen Hui bba44800ae Fixed bug #60189 (php logo can not be displayed) 15 years ago
Xinchen Hui c0402915e7 Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect) 15 years ago
Xinchen Hui 62270fef73 Fixed bug #60146 (Last 2 lines of page not being output) 15 years ago
Xinchen Hui c0c0c7c753 A better fix, sorry for previous thoughtlessness commit. 15 years ago
Xinchen Hui f216bce2ff Fixed PATH_INFO of /index.php/foo/bar 15 years ago
Xinchen Hui 0f178b7796 fix memory leak 15 years ago
Xinchen Hui cd216d38be Fixed bug #60112 If URI does not contain a file, index.php is not served 15 years ago
Moriyoshi Koizumi c34ef62773 Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks. 15 years ago
Xinchen Hui 75f721f4a0 Fixed bug #55755 (SegFault when outputting header WWW-Authenticate) 15 years ago
Xinchen Hui 8c161dcd4b Remove double checking, and use MAXPATHLEN instead of a fixed length 15 years ago
Xinchen Hui f0e38127b8 Change to a more appropriate name 15 years ago
Xinchen Hui 86a48c6ca9 Fixed bug #55747 (request headers missed in $_SERVER) 15 years ago
Xinchen Hui eb233a26f7 Fix Bug #55726 (Changing the working directory makes router script inaccessible) 15 years ago
Xinchen Hui 3aa8140ebd Fix folder 15 years ago
Xinchen Hui 0b16d13352 Fixed Bug #55423(cli-server could not output correctly in some case) 15 years ago
Arpad Ray 88e36378ff add friendly log messages (req #55109) 15 years ago
Xinchen Hui f7c6c67d19 Added _SERVER[SERVER_SOFTWARE] for built-in server 15 years ago
Xinchen Hui 1e0e85ec1a Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR]) 15 years ago
Xinchen Hui 7790c4d975 Fixed #55450 (Built in web server not accepting file uploads), which might break #55121 fixing(r313677) 15 years ago
Rasmus Lerdorf d9845c2046 More signed 1-bit bitfields 15 years ago
Rasmus Lerdorf 25cdff4d75 Signed 1-bit bitfields make no sense 15 years ago
Rasmus Lerdorf 1a9f66d6d4 Avoid a potential double-free here 15 years ago
Florian Anderiasch a06539a10d Fix #55121 Segfault with multipart/form-data POST 15 years ago
Moriyoshi Koizumi c724b2eeb1 - Give index.php a precedence over index.html. Patch by davidc. 15 years ago
Moriyoshi Koizumi 1f396617eb - Show PHP_VERSION in the banner. Suggested by Chris and others. 15 years ago
Moriyoshi Koizumi b07ad1e1a2 Fixed bug #55071. Maybe a bit overkill? 15 years ago
Moriyoshi Koizumi 06381a8f25 - Better error handling. 15 years ago
Moriyoshi Koizumi 81cd23df4a - Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), letting getaddrinfo(3) validate IPv6 addresses. 15 years ago
Moriyoshi Koizumi 9f98a430fd - Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution / code disclosure)). 15 years ago
Moriyoshi Koizumi 7505322d15 - Buffers are local to the blocks where they belong. 15 years ago
Moriyoshi Koizumi 8e42748a37 - Print HTTP method as well in the log. 15 years ago
Felipe Pena c10d148870 - Fixed bug #55076 (requires() fails in a subdirectory with the in-built webserver) 15 years ago
Felipe Pena df10314070 - Fixed bug #55118 (Imcomplete start message) 15 years ago
Philip Olson 7497a0eb4a Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bug #55071 15 years ago
David Soria Parra cdad24cda5 correct error message for a missing document root in the cli webserver 15 years ago
David Soria Parra 5024c32798 fix #55072 in-built web server needs to check -t option is a directory 15 years ago
Felipe Pena f7a024023f - Fixed crash on invalid addr:port (Chris Jones, Felipe) 15 years ago