Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added HTTP codes as of RFC 6585 | Jonh Wendell | 2013-02-17 | 3 | -0/+12 |
| | | | | | | | | | Added descriptions for the new HTTP codes: - 428 Precondition Required - 429 Too Many Requests - 431 Request Header Fields Too Large - 511 Network Authentication Required | ||||
* | Fixed bug #64128 buit-in web server is broken on ppc64. | Remi Collet | 2013-02-01 | 1 | -17/+13 |
| | | | | | | fdset management using bit operator is broken on non-x86 arch and cause built-in server the enter an infinite loop of "select" and never handle any request. | ||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Adam Harvey | 2013-01-16 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.3: Update the arguments in the prototype of fpm_socket_unix_test_connect(). | ||||
| * | Update the arguments in the prototype of fpm_socket_unix_test_connect(). | Adam Harvey | 2013-01-16 | 1 | -1/+1 |
| | | | | | | | | Fixes bug #63999 (php with fpm fails to build on Solaris 10 or 11). | ||||
| * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 61 | -69/+69 |
| | | |||||
* | | sapi/litespeed/lsapi_main.c: Fix bug #63228 | George Wang | 2013-01-08 | 1 | -1/+1 |
| | | | | | | | | | | Fix compiling error at line 606 (error: format not a string literal and no format arguments [-Werror=format-security] | ||||
* | | Bug #43177: If an eval() has a parse error, the overall exit status and ↵ | Stanislav Malyshev | 2013-01-01 | 1 | -0/+82 |
| | | | | | | | | | | | | | | return code should not be affected. Without this fix, a webpage using eval() may return code 500. That might display fine and the 500 go unnoticed, but using AJAX or wget, the 500 will cause problems. | ||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 62 | -70/+70 |
| | | |||||
* | | update test for supported Mime Types checking | pascalc | 2012-12-14 | 1 | -133/+31 |
| | | |||||
* | | update list of common Mime Types in PHP development server to support Web ↵ | pascalc | 2012-12-14 | 1 | -1/+4 |
| | | | | | | | | audio/video formats (Webm ,and Ogg containers) + have jpeg mime types listed together | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Remi Collet | 2012-11-28 | 2 | -5/+10 |
|\ \ | |/ | | | | | | | | | * PHP-5.3: Fixed Bug #63581 Possible buffer overflow Fixed Bug #63581 Possible null dereference | ||||
| * | Fixed Bug #63581 Possible buffer overflow | Remi Collet | 2012-11-28 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | In fpm-log, possible buffer overflow. Check for length is done at the beginning of the loop, so is not done when overflow occurs on the last loop (len = 1024 or 1025). (ack from fat). This issue where found from by static code analysis tool and, so, I can't provide any reproducer. | ||||
| * | Fixed Bug #63581 Possible null dereference | Remi Collet | 2012-11-28 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | Possible NULL dereference when trying to delete the single item of a list (ack from fat). This issues where found from by static code analysis tool and, so, I can't provide any reproducer. | ||||
* | | Fixed test sapi/cli/tests/006.phpt | Anatoliy Belsky | 2012-11-14 | 1 | -1/+1 |
| | | | | | | | | Third param in preg_match_all() is optional for a while ) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-11-13 | 1 | -10/+10 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: Enabled apache 2.4 handler build option Conflicts: sapi/apache2handler/config.w32 | ||||
| * | Enabled apache 2.4 handler build option | Pierre Joye | 2012-11-13 | 1 | -0/+19 |
| | | |||||
* | | Implemented FR #63242 (Default error page in PHP built-in web server uses ↵ | Xinchen Hui | 2012-10-10 | 3 | -33/+21 |
| | | | | | | | | outdated html/css) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Jerome Loyet | 2012-09-28 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #62216 | ||||
| * | Fixed bug #62216 | Jerome Loyet | 2012-09-28 | 1 | -1/+1 |
| | | | | | | | | Add PID to php-fpm init.d script | ||||
| * | - Fixed bug #62887 (Only /status?plain&full gives "last request cpu") | Jerome Loyet | 2012-09-28 | 1 | -9/+9 |
| | | |||||
| * | - Fixed bug #62947 (Unneccesary warnings on FPM) | Jerome Loyet | 2012-09-28 | 1 | -5/+5 |
| | | |||||
| * | - add missing php-fpm.service.in | Jerome Loyet | 2012-09-28 | 1 | -0/+12 |
| | | |||||
* | | - Fixed bug #62887 (Only /status?plain&full gives "last request cpu") | Jerome Loyet | 2012-09-28 | 1 | -9/+9 |
| | | |||||
* | | Merge branch 'fuckgit' into PHP-5.4 | Jerome Loyet | 2012-09-28 | 3 | -5/+674 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | * fuckgit: - Fixed bug #62947 (Unneccesary warnings on FPM) - Fixed bug #63085 (Systemd integration and daemonize) Conflicts: sapi/fpm/config.m4 | ||||
| * | | - Fixed bug #62947 (Unneccesary warnings on FPM) | Jerome Loyet | 2012-09-28 | 1 | -5/+5 |
| | | | |||||
| * | | - Fixed bug #63085 (Systemd integration and daemonize) | Jerome Loyet | 2012-09-28 | 9 | -12/+64 |
| | | | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Jerome Loyet | 2012-09-28 | 8 | -664/+51 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | * PHP-5.3: - Fixed bug #63085 (Systemd integration and daemonize) - Fixed bug #62954 (startup problems fpm / php-fpm) - Fixed bug #62886 (PHP-FPM may segfault/hang on startup) Conflicts: sapi/fpm/config.m4 | ||||
| * | - Fixed bug #63085 (Systemd integration and daemonize) | Jerome Loyet | 2012-09-28 | 8 | -12/+52 |
| | | |||||
| * | - Fixed bug #62954 (startup problems fpm / php-fpm) | Jerome Loyet | 2012-09-27 | 6 | -57/+59 |
| | | | | | | | | - Fixed bug #62886 (PHP-FPM may segfault/hang on startup) | ||||
* | | - Fixed bug #62954 (startup problems fpm / php-fpm) | Jerome Loyet | 2012-09-28 | 6 | -57/+59 |
| | | | | | | | | - Fixed bug #62886 (PHP-FPM may segfault/hang on startup) | ||||
* | | Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver | Lars Strojny | 2012-09-18 | 3 | -0/+48 |
| | | |||||
* | | Respond with 501 to unknown request methods | Niklas Lindgren | 2012-09-15 | 4 | -22/+71 |
| | | | | | | | | | | | | | | | | Fixed typo Moved 501 response from dispatch to event_read_request Return return value of send_error_page | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-09-05 | 8 | -12/+12 |
|\ \ | |/ | | | | | | | Conflicts: ext/interbase/interbase.rc | ||||
| * | year++ | Xinchen Hui | 2012-09-05 | 7 | -11/+11 |
| | | |||||
| * | Fix bug #62654 | Rasmus Lerdorf | 2012-07-25 | 1 | -3/+3 |
| | | |||||
* | | Merging PR 121 to add support for slow request counting on the PHP-FPM ↵ | Lars Strojny | 2012-08-26 | 7 | -13/+24 |
| | | | | | | | | status page | ||||
* | | Fix test failed | Xinchen Hui | 2012-08-18 | 1 | -2/+2 |
| | | |||||
* | | - Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not ↵ | Felipe Pena | 2012-08-16 | 1 | -1/+4 |
| | | | | | | | | set) | ||||
* | | Fixed bug #62725 (Calling exit() in a shutdown function does not return the ↵ | Xinchen Hui | 2012-08-02 | 1 | -3/+3 |
| | | | | | | | | | | | | exit value) The fix is make 5.4 behavior consistent with 5.3 | ||||
* | | Sleep a little bit more, in some slow machine (like gcov), it will take a ↵ | Xinchen Hui | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | | little more time to setup server | ||||
* | | Implemented FR #62700 (have the console output 'Listening on ↵ | Xinchen Hui | 2012-07-31 | 1 | -1/+1 |
| | | | | | | | | http://localhost:8000') | ||||
* | | Fix bug #62654 | Rasmus Lerdorf | 2012-07-24 | 1 | -3/+3 |
| | | |||||
* | | Fix Bug #62612 readline extension compilation fails | Johannes Schlüter | 2012-07-22 | 1 | -0/+2 |
| | | |||||
* | | Improve error message for ssl request | Xinchen Hui | 2012-07-22 | 1 | -1/+5 |
| | | |||||
* | | Fix test (no charset outputed) | Xinchen Hui | 2012-07-18 | 1 | -1/+1 |
| | | |||||
* | | - Fixed bug #62507 (['REQUEST_TIME'] under mod_php5 returns miliseconds ↵ | Felipe Pena | 2012-07-08 | 1 | -1/+1 |
| | | | | | | | | instead of seconds) | ||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-27 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.3: Fix memleak in CLI Conflicts: sapi/cli/php_cli.c | ||||
| * | Fix memleak in CLI | Johannes Schlüter | 2012-06-27 | 1 | -0/+3 |
| | |