| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 pref... | Pierre Joye | 2011-08-19 | 1 | -1/+3 |
| * | - 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 br... | Xinchen Hui | 2011-08-19 | 1 | -6/+4 |
| * | Fixed #55457 for 5.4 branch | Xinchen Hui | 2011-08-19 | 1 | -1/+1 |
| * | - do not use 64bit integer instead of size_t (can't be alloc'ed), or when the... | Pierre Joye | 2011-08-18 | 2 | -6/+6 |
| * | - 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 |
| * | 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 |
| * | - 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 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 |
| * | - Fixed crash when using -e option | Felipe Pena | 2011-06-25 | 1 | -2/+7 |
| * | - Fixed crash when calling sapi_shutdown() and sapi hasn't been started | Felipe Pena | 2011-06-25 | 1 | -2/+5 |
| * | - Fixed crash when zend_eval_string bailouts (-r 'a();') | Felipe Pena | 2011-06-25 | 1 | -404/+407 |
| * | - reflection is always enabled | Pierre Joye | 2011-06-25 | 1 | -11/+0 |
| * | - Fixed layout. Tabs on the terminal don't align nicely in most cases. | Derick Rethans | 2011-06-25 | 1 | -33/+33 |
| * | - fix build | Pierre Joye | 2011-06-21 | 1 | -2/+2 |
| * | - Fix memleak on `php -v' | Felipe Pena | 2011-06-21 | 1 | -0/+1 |
| * | - Fixed hardcoded INI | Felipe Pena | 2011-06-20 | 1 | -1/+1 |
| * | - Add built-in web server to CLI SAPI. See the RFC for detail. | Moriyoshi Koizumi | 2011-06-20 | 7 | -618/+4554 |
| * | Fixed bug #52496 (Zero exit code on option parsing failure). | Ilia Alshanetsky | 2011-05-30 | 1 | -1/+1 |
| * | # Fix phpt | Pierrick Charron | 2011-05-05 | 1 | -1/+1 |
| * | fix CLI tests failing because of new OB API | Antony Dovgal | 2011-05-04 | 6 | -29/+29 |
| * | -not needed, buildconf helps... | Pierre Joye | 2011-02-22 | 2 | -473/+0 |
| * | - missing files | Pierre Joye | 2011-02-22 | 2 | -0/+473 |
| * | Declare vars first. Fix Windows build. | Johannes Schlüter | 2011-02-22 | 1 | -2/+2 |
| * | - Fixed build | Felipe Pena | 2011-02-19 | 1 | -1/+1 |