Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug #76582 | Stanislav Malyshev | 2018-09-09 | 1 | -0/+1 |
| | | | | | The brigade seems to end up in a messed up state if something fails in shutdown, so we clean it up. | ||||
* | Do not set PR_SET_DUMPABLE by default | Jakub Zelenka | 2018-03-27 | 4 | -1/+11 |
| | |||||
* | These tests all assume that IPV6 is available. | Rasmus Lerdorf | 2017-10-25 | 5 | -5/+20 |
| | |||||
* | Fix minor typo | Adrien Crivelli | 2016-12-03 | 1 | -1/+1 |
| | |||||
* | Fixed test | Dmitry Stogov | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | Formatting. Fix possible memory corruption in FPM SHM management | Julien Pauli | 2016-09-23 | 1 | -12/+16 |
| | |||||
* | fix every work call mmap | tom916 | 2016-09-23 | 1 | -13/+12 |
| | | | | fix fpm_scoreboard_free | ||||
* | Fix wrong year in previous commit. | George Wang | 2016-09-19 | 1 | -2/+2 |
| | |||||
* | backport 59444347 and 3d7343f6 | Anatol Belski | 2016-09-08 | 3 | -0/+12 |
| | |||||
* | Added .user.ini support. | George Wang | 2016-08-28 | 1 | -32/+489 |
| | | | | | Added LSPHPRC support. update LiteSpeed SAPI version to 6.10 . | ||||
* | Fix bug #72836 - integer overflow in base64_decode caused heap corruption | Stanislav Malyshev | 2016-08-16 | 2 | -0/+489 |
| | |||||
* | Fix #72676: Test cli_process_title_unix fails on AIX | Christoph M. Becker | 2016-07-28 | 1 | -1/+6 |
| | | | | Patch provided by matthieu dot sarter dot external at atos dot net. | ||||
* | FPM: add test for CVE-2016-5385 | Remi Collet | 2016-07-22 | 2 | -3/+84 |
| | |||||
* | Fix #72575: using --allow-to-run-as-root should ignore missing user | gooh | 2016-07-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | directive Trying to start PHP-FPM with the --allow-to-run-as-root flag will not work when the user directive is not given in the FPM worker pool configuration. Parsing the config will fail. Consequently, FPM cannot start. The check is in place to prevent FPM from getting started with root privileges by accident. Prior to #61295 the check would also prevent any non-root user to start PHP-FPM without a user directive present. This patch adds an additional check to the config parser, checking for the --allow-to-run-as-root flag to be present. If so, parsing will no longer abort for root users even if the user directive is missing. I will also update the PHP docs since they still state the user directive is a mandatory setting which it is not since #61295. | ||||
* | Remove needless zeroing of anonymously mmap'd memory | Julien Pauli | 2016-07-11 | 1 | -1/+0 |
| | |||||
* | Remove needless zeroing of anonymously mmap'd memory | Michael McConville | 2016-07-11 | 2 | -2/+0 |
| | | | | | | | All existing systems zero anonymously mmapped memory, and if I understand correctly POSIX will be specifying this soon. Many projects already rely on it, so no reasonable system would return memory of unspecified value. | ||||
* | Fix typo in phpdbg help. | Adam Harvey | 2016-05-25 | 1 | -1/+1 |
| | | | | | Sorry, I would have included this in the last push had I spotted it a minute earlier. | ||||
* | Add missing newlines to phpdbg's help for the run command. | Adam Harvey | 2016-05-25 | 1 | -1/+3 |
| | | | | | This is not at all related to needing screenshots for a talk I'm giving in two days. No sir. Not at all. | ||||
* | mark frequent intermittent fpm test with XFAIL | Ferenc Kovacs | 2016-04-18 | 1 | -0/+6 |
| | |||||
* | Fixed bug #69953 | Christoph M. Becker | 2016-03-03 | 4 | -5/+23 |
| | | | | Added support for MKCALENDAR request method in CLI web server. | ||||
* | Disable upload_2G test on travis | Nikita Popov | 2016-03-03 | 1 | -0/+4 |
| | |||||
* | fix ts buld | Anatol Belski | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug | Anatol Belski | 2016-02-14 | 1 | -0/+13 |
| | |||||
* | Align spacing in make install messages | Lior Kaplan | 2016-02-08 | 2 | -2/+2 |
| | |||||
* | Fixed Bug #62172 FPM not working with Apache httpd 2.4 balancer/fcgi setup | Remi Collet | 2016-01-29 | 1 | -1/+25 |
| | | | | Only needed with Apache version < 2.4.12 (ex RHEL-7) | ||||
* | fix test | Anatol Belski | 2016-01-18 | 1 | -5/+5 |
| | |||||
* | Simplify code per Anatol. | Adam Harvey | 2016-01-11 | 2 | -41/+8 |
| | |||||
* | Insert bug number. | Adam Harvey | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Use strtoll() when apr_off_t is 64 bits. | Adam Harvey | 2016-01-11 | 2 | -9/+42 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-01-05 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Update NEWS Improve fix for bug #70976 Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization) Fixed bug #70741: Session WDDX Packet Deserialization Type Confusion Vulnerability Fixed #70728 Fixed bug #70755: fpm_log.c memory leak and buffer overflow Fix bug #70976: fix boundary check on gdImageRotateInterpolated typofix | ||||
| * | Fixed bug #70755: fpm_log.c memory leak and buffer overflow | Stanislav Malyshev | 2015-12-08 | 1 | -0/+5 |
| | | |||||
* | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-03 | 3 | -4/+4 |
| | | |||||
* | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 99 | -108/+108 |
| | | |||||
* | | Added support for HTTP 451 | Julien Pauli | 2015-12-23 | 3 | -0/+3 |
| | | |||||
* | | Bumped SAPI version to 6.9 | George Wang | 2015-12-09 | 1 | -1/+1 |
| | | |||||
* | | Added "mod_auth_basic" to apache module list. | George Wang | 2015-12-09 | 1 | -1/+1 |
| | | |||||
* | | Add sanitizing checks for request data. | George Wang | 2015-12-09 | 1 | -2/+54 |
| | | |||||
* | | Clear secret after use. | George Wang | 2015-12-09 | 1 | -5/+8 |
| | | |||||
* | | Fixed __DIR__ in CLI mode. | George Wang | 2015-12-09 | 1 | -0/+2 |
| | | |||||
* | | Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: ↵ | Lior Kaplan | 2015-11-23 | 3 | -5/+5 |
| | | | | | | | | php_register_internal_extensions) | ||||
* | | Ensure the test fails | Xinchen Hui | 2015-11-11 | 1 | -0/+4 |
| | | |||||
* | | unbreak coverage data: fix #line directives in phpdbg parser | Nuno Lopes | 2015-10-24 | 1 | -25/+25 |
| | | |||||
* | | Fix globals initialization in sapi/cgi | Anatol Belski | 2015-10-23 | 1 | -5/+6 |
| | | | | | | | | Basically backport 8430ec17 | ||||
* | | Add test XFAIL for bug #70470 | Xinchen Hui | 2015-09-11 | 1 | -0/+41 |
| | | |||||
* | | Fix #68291: 404 on urls with '+' | Christoph M. Becker | 2015-09-05 | 2 | -2/+23 |
| | | | | | | | | | | URI paths have to be treated according to RFC 3986 by the CLI web server, not as application/x-www-form-urlencoded. | ||||
* | | Fix phpdbg_break_next() | Bob Weinand | 2015-08-23 | 1 | -0/+1 |
| | | |||||
* | | Fix #70264: CLI server directory traversal | Christoph M. Becker | 2015-08-14 | 2 | -0/+33 |
| | | | | | | | | | | | | | | | | On Windows the built-in webserver doesn't prevent directory traversal when backslashes are used as path component separators. Even though that is not a security issue (the CLI webserver is meant for testing only), we fix that by replacing backslashes in the path with slashes on Windows, because backslashes may be valid characters for file names on other systems, but not on Windows. | ||||
* | | Fix #69487: SAPI may truncate POST data | Christoph M. Becker | 2015-08-11 | 1 | -0/+20 |
| | | | | | | | | | | | | | | If SG(request_info).request_body can't be completely written (e.g. due to a full drive), only parts of the POST data will be available. This patch changes this, so that SG(request_info).request_body will be reset in this case, and a warning will be thrown. | ||||
* | | Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE | wusuopu | 2015-08-09 | 1 | -0/+3 |
| | | | | | | | | The patch will store Content-Type header value in both HTTP_CONTENT_TYPE field and CONTENT_TYPE field. | ||||
* | | added tests for bug #66606 | Christoph M. Becker | 2015-08-09 | 2 | -0/+63 |
| | |