Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | | | | | | | | | | | | This is a windows Issue. and after this fix, previously 404 request like "localhost/foo/bar" now could server correctly with request_uri "index.php" and PATH_INFO "/foo/bar/" | |||||
* | | stream_socket_server("unix://..." has a length limit, so it is better to use ↵ | Ferenc Kovacs | 2011-10-22 | 1 | -1/+1 | |
| | | | | | | | | the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106 | |||||
* | | Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks. | Moriyoshi Koizumi | 2011-10-21 | 2 | -0/+77 | |
| | | ||||||
* | | there is a length limit on the shebang line, ignore the tests for >= 127 | Ferenc Kovacs | 2011-10-20 | 1 | -0/+4 | |
| | | ||||||
* | | Add tests | Xinchen Hui | 2011-09-23 | 1 | -0/+43 | |
| | | ||||||
* | | Add tests for bug #55755 | Xinchen Hui | 2011-09-22 | 1 | -0/+45 | |
| | | ||||||
* | | Fixed bug #55755 (SegFault when outputting header WWW-Authenticate) | Xinchen Hui | 2011-09-21 | 1 | -6/+7 | |
| | | ||||||
* | | change test, and added a test for post file | Xinchen Hui | 2011-09-21 | 2 | -1/+77 | |
| | | ||||||
* | | 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 | 2 | -21/+73 | |
| | | ||||||
* | | Refactored and speeded up php_cli_server tests, also get rid of test hanging ↵ | Shein Alexey | 2011-09-20 | 4 | -20/+15 | |
| | | | | | | | | | | | | | | | | | | on ubuntu: 1) Prepended starting the server with "exec" so proc_terminate can correctly close it (see also this note http://www.php.net/manual/en/function.proc-get-status.php#93382 for details) 2) Moved putting down the server to the shutdown function to make it independent from tests (fatal) errors 3) Moved php cli executable into the function to make tests more readable 4) changed sleep(1) to usleep(50000) (50 ms) to make tests faster - this needs more testing and if timeout is too small should be increased | |||||
* | | fix INI section | Xinchen Hui | 2011-09-20 | 3 | -3/+3 | |
| | | ||||||
* | | Add tests for built-in webserver | Xinchen Hui | 2011-09-20 | 4 | -0/+96 | |
| | | ||||||
* | | 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 ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -3/+3 | |
| | | ||||||
* | | 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 | 2 | -15/+170 | |
| | | ||||||
* | | Update log, marking 5.4 and trunk as XFAIL due to bug #55496 | Christopher Jones | 2011-08-23 | 1 | -7/+29 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | - undefine CALLBACK (btw, generic names like that should be avoided, w/o ↵ | Pierre Joye | 2011-08-19 | 1 | -1/+3 | |
| | | | | | | | | prefix :) | |||||
* | | - fix build | Pierre Joye | 2011-08-19 | 1 | -0/+2 | |
| | | ||||||
* | | 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 ↵ | Xinchen Hui | 2011-08-19 | 1 | -6/+4 | |
| | | | | | | | | | | | | | | break #55121 fixing(r313677) Reopened #55121 to let somebody redone the fixing(as I can't reproduce 55121 in redhat 64-bit). | |||||
* | | Fixed #55457 for 5.4 branch | Xinchen Hui | 2011-08-19 | 1 | -1/+1 | |
| | | | | | | | | | | Use ssize_t instead of long (as pierre suggestion) | |||||
* | | - do not use 64bit integer instead of size_t (can't be alloc'ed), or when ↵ | Pierre Joye | 2011-08-18 | 2 | -6/+6 | |
| | | | | | | | | the actual possible values are 32bit or lower only | |||||
* | | - WS | Pierre Joye | 2011-08-17 | 1 | -2/+2 | |
| | | ||||||
* | | - use provided stdint.h and avoid double definitions | Pierre Joye | 2011-08-17 | 1 | -11/+1 | |
| | | ||||||
* | | Prevented the warning about truncate int to char | Xinchen Hui | 2011-08-08 | 1 | -1/+1 | |
| | | ||||||
* | | Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these | Rasmus Lerdorf | 2011-08-07 | 1 | -3/+3 | |
| | | | | | | | | | | static string copies | |||||
* | | 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), ↵ | Moriyoshi Koizumi | 2011-07-20 | 1 | -11/+27 | |
| | | | | | | | | letting getaddrinfo(3) validate IPv6 addresses. | |||||
* | | - Fixed bug #55107 (Null bytes in URL cause insecure behavior (code ↵ | Moriyoshi Koizumi | 2011-07-19 | 1 | -0/+11 | |
| | | | | | | | | execution / code disclosure)). | |||||
* | | - 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 | |
| | | | | | | | | | | | | | | - Print response code also when the request is processed by a script. - Those changes partly closes #55109. | |||||
* | | - Fixed bug #55076 (requires() fails in a subdirectory with the in-built ↵ | Felipe Pena | 2011-07-06 | 1 | -0/+5 | |
| | | | | | | | | webserver) | |||||
* | | - Fixed bug #55118 (Imcomplete start message) | Felipe Pena | 2011-07-03 | 1 | -1/+9 | |
| | | ||||||
* | | - Reverted php_printf -> printf change | Felipe Pena | 2011-07-01 | 1 | -2/+2 | |
| | | ||||||
* | | Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP ↵ | Philip Olson | 2011-06-30 | 1 | -1/+1 | |
| | | | | | | | | bug #55071 | |||||
* | | correct error message for a missing document root in the cli webserver | David Soria Parra | 2011-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | the document root is always a directory. | |||||
* | | fix #55072 in-built web server needs to check -t option is a directory | David Soria Parra | 2011-06-29 | 1 | -0/+8 | |
| | |