| Commit message (Expand) | Author | Age | Files | Lines |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | Fix bug #60591 (Memory leak when access a non-exists file) | Xinchen Hui | 2011-12-22 | 1 | -7/+35 |
* | Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI) | Xinchen Hui | 2011-12-16 | 1 | -0/+1 |
* | add $_SERVER["SERVER_NAME"] since it's handy | Xinchen Hui | 2011-12-09 | 1 | -0/+1 |
* | fix memory leak | Xinchen Hui | 2011-12-09 | 1 | -0/+1 |
* | Fixed bug #60477 (Segfault after two multipart/form-data POST requests) | Xinchen Hui | 2011-12-09 | 1 | -0/+1 |
* | - implement FR #60390, SERVER_PORT missing | Pierre Joye | 2011-11-25 | 1 | -0/+6 |
* | Fixed bug #60159 (Router returns false, but POST is not passed to requested | Xinchen Hui | 2011-11-15 | 1 | -59/+57 |
* | Fixed bug #60189 (php logo can not be displayed) | Xinchen Hui | 2011-11-01 | 1 | -1/+1 |
* | Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect) | Xinchen Hui | 2011-11-01 | 1 | -1/+19 |
* | Fixed bug #60146 (Last 2 lines of page not being output) | Xinchen Hui | 2011-10-29 | 1 | -1/+1 |
* | A better fix, sorry for previous thoughtlessness commit. | Xinchen Hui | 2011-10-24 | 1 | -5/+1 |
* | Fixed PATH_INFO of /index.php/foo/bar | Xinchen Hui | 2011-10-24 | 1 | -4/+5 |
* | fix memory leak | Xinchen Hui | 2011-10-23 | 1 | -0/+3 |
* | Fixed bug #60112 If URI does not contain a file, index.php is not served | Xinchen Hui | 2011-10-23 | 1 | -19/+47 |
* | Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks. | Moriyoshi Koizumi | 2011-10-21 | 1 | -0/+6 |
* | Fixed bug #55755 (SegFault when outputting header WWW-Authenticate) | Xinchen Hui | 2011-09-21 | 1 | -6/+7 |
* | Remove double checking, and use MAXPATHLEN instead of a fixed length | Xinchen Hui | 2011-09-21 | 1 | -15/+4 |
* | Change to a more appropriate name | Xinchen Hui | 2011-09-21 | 1 | -2/+2 |
* | Fixed bug #55747 (request headers missed in $_SERVER) | Xinchen Hui | 2011-09-21 | 1 | -21/+24 |
* | Fix Bug #55726 (Changing the working directory makes router script inaccessible) | Xinchen Hui | 2011-09-20 | 1 | -0/+25 |
* | Fix folder | Xinchen Hui | 2011-09-20 | 1 | -6/+7 |
* | Fixed Bug #55423(cli-server could not output correctly in some case) | Xinchen Hui | 2011-09-07 | 1 | -1/+1 |
* | add friendly log messages (req #55109) | Arpad Ray | 2011-08-29 | 1 | -15/+160 |
* | Added _SERVER[SERVER_SOFTWARE] for built-in server | Xinchen Hui | 2011-08-22 | 1 | -0/+6 |
* | Fixed #55463 (cli-server missing _SERVER[REMOTE_ADDR]) | Xinchen Hui | 2011-08-22 | 1 | -0/+14 |
* | Fixed typo when syncing changes to branch | Xinchen Hui | 2011-08-19 | 1 | -1/+1 |
* | Fixed #55450 (Built in web server not accepting file uploads), which might br... | Xinchen Hui | 2011-08-19 | 1 | -6/+4 |
* | Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these | Rasmus Lerdorf | 2011-08-07 | 1 | -3/+3 |
* | Signed 1-bit bitfields make no sense | Rasmus Lerdorf | 2011-08-07 | 1 | -1/+1 |
* | Avoid a potential double-free here | Rasmus Lerdorf | 2011-08-06 | 1 | -0/+1 |
* | Fix #55121 Segfault with multipart/form-data POST | Florian Anderiasch | 2011-07-25 | 1 | -1/+2 |
* | - Give index.php a precedence over index.html. Patch by davidc. | Moriyoshi Koizumi | 2011-07-23 | 1 | -1/+1 |
* | - Show PHP_VERSION in the banner. Suggested by Chris and others. | Moriyoshi Koizumi | 2011-07-21 | 1 | -2/+2 |
* | Fixed bug #55071. Maybe a bit overkill? | Moriyoshi Koizumi | 2011-07-20 | 1 | -1/+13 |
* | - Better error handling. | Moriyoshi Koizumi | 2011-07-20 | 1 | -8/+13 |
* | - Fixed bug #55073 (PHP-CLI-webserver does not listen on ipv6 interfaces), le... | Moriyoshi Koizumi | 2011-07-20 | 1 | -11/+27 |
* | - Fixed bug #55107 (Null bytes in URL cause insecure behavior (code execution... | Moriyoshi Koizumi | 2011-07-19 | 1 | -0/+11 |
* | - Buffers are local to the blocks where they belong. | Moriyoshi Koizumi | 2011-07-19 | 1 | -7/+6 |
* | - Print HTTP method as well in the log. | Moriyoshi Koizumi | 2011-07-19 | 1 | -7/+9 |
* | - Fixed bug #55076 (requires() fails in a subdirectory with the in-built webs... | Felipe Pena | 2011-07-06 | 1 | -0/+5 |
* | - Fixed bug #55118 (Imcomplete start message) | Felipe Pena | 2011-07-03 | 1 | -1/+9 |
* | Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bu... | Philip Olson | 2011-06-30 | 1 | -1/+1 |
* | correct error message for a missing document root in the cli webserver | David Soria Parra | 2011-06-29 | 1 | -1/+1 |
* | fix #55072 in-built web server needs to check -t option is a directory | David Soria Parra | 2011-06-29 | 1 | -0/+8 |
* | - Fixed crash on invalid addr:port (Chris Jones, Felipe) | Felipe Pena | 2011-06-27 | 1 | -3/+12 |
* | - fix build | Pierre Joye | 2011-06-21 | 1 | -2/+2 |
* | - Add built-in web server to CLI SAPI. See the RFC for detail. | Moriyoshi Koizumi | 2011-06-20 | 1 | -0/+2084 |