Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix test | Stanislav Malyshev | 2015-08-04 | 1 | -2/+2 |
| | |||||
* | fix test | Stanislav Malyshev | 2015-08-04 | 1 | -4/+7 |
| | |||||
* | bump API version to 6.8 | George Wang | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | Fixed Buf #68812 Unchecked return value. | George Wang | 2015-06-08 | 1 | -4/+14 |
| | |||||
* | Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4) | Stanislav Malyshev | 2015-04-11 | 1 | -0/+1 |
| | |||||
* | Fixed a bug that header value is not terminated by '\0' when accessed ↵ | George Wang | 2015-02-25 | 1 | -6/+25 |
| | | | | through getenv(). | ||||
* | Fixed #68790 (Missing return) | George Wang | 2015-02-07 | 1 | -1/+1 |
| | |||||
* | Use better constant since MAXHOSTNAMELEN may mean shorter name | Stanislav Malyshev | 2015-01-31 | 1 | -1/+5 |
| | |||||
* | use right sizeof for memset | Stanislav Malyshev | 2015-01-31 | 1 | -1/+1 |
| | |||||
* | Add mitigation for CVE-2015-0235 (bug #68925) | Stanislav Malyshev | 2015-01-31 | 1 | -1/+5 |
| | |||||
* | FIx bug #68618 (out of bounds read crashes php-cgi) | Stanislav Malyshev | 2014-12-30 | 1 | -2/+5 |
| | |||||
* | Revert "made lsapi_main.c compatible with PHP7/phpng ." | Stanislav Malyshev | 2014-11-22 | 1 | -92/+26 |
| | | | | | This reverts commit 9fb816f45ad9baa46b91514e70f755eb88539e85. Not a security-related fix. | ||||
* | made lsapi_main.c compatible with PHP7/phpng . | George Wang | 2014-11-20 | 1 | -26/+92 |
| | |||||
* | set default response code to 200 | George Wang | 2014-11-03 | 1 | -2/+2 |
| | |||||
* | Fixed a bug that causes crash when environment variable is access while ↵ | George Wang | 2014-10-03 | 1 | -1/+2 |
| | | | | parsing php.ini | ||||
* | This test should pass | Johannes Schlüter | 2014-09-27 | 1 | -2/+0 |
| | |||||
* | Fine tuned the order of adding request variables. | George Wang | 2014-09-08 | 1 | -1/+2 |
| | |||||
* | Update LSAPI to 6.7, added support for 'filter_input'. | George Wang | 2014-09-03 | 2 | -7/+67 |
| | | | | Fixed a crash in CLI mode. | ||||
* | restore FPM compatibility with mod_fastcgi broken since #694 / 67541, fixes ↵ | David Zuelke | 2014-08-28 | 1 | -3/+8 |
| | | | | bug 67606 | ||||
* | Fixed bug #67715 (php-milter does not build and crashes randomly). | Michael Wallner | 2014-07-30 | 3 | -6/+10 |
| | |||||
* | Fixed a bug that cannot access custom request header stored in ↵ | George Wang | 2014-07-11 | 1 | -0/+1 |
| | | | | apache_request_headers() though array index. | ||||
* | cleanup file headers. | George Wang | 2014-07-10 | 2 | -16/+0 |
| | |||||
* | Do not kill children process in pre-fork mode when parent process quit. | George Wang | 2014-07-10 | 1 | -2/+2 |
| | |||||
* | update to LSAPI 6.6 | George Wang | 2014-07-10 | 2 | -10/+36 |
| | | | | | Conflicts: sapi/litespeed/lsapi_main.c | ||||
* | Update LiteSpeed SAPI code to V6.4 | George Wang | 2014-07-10 | 4 | -669/+2007 |
| | | | | | | | | Conflicts: sapi/litespeed/lsapi_main.c sapi/litespeed/lsapidef.h sapi/litespeed/lsapilib.c sapi/litespeed/lsapilib.h | ||||
* | Fixed typo in Makefile.frag | George Wang | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | Fix Bug #67530 error_log=syslog ignored | Remi Collet | 2014-07-08 | 1 | -0/+4 |
| | | | | | As for Bug #64915 Systemd use --nodaemonize but need to error_log to file or syslog to be honoured | ||||
* | Fixed bug #66830 (Empty header causes PHP built-in web server to hang). | Adam Harvey | 2014-07-07 | 2 | -4/+46 |
| | | | | | | | | We had an infinite loop in sapi_cli_server_send_headers(): while iterating over the linked list of headers, when an empty header was hit, continue would go to the next iteration of the loop without updating h to be the next value in the linked list. Updating it to always increment regardless of whether the header is actually valid or not fixes the issue. | ||||
* | Revert "Fix Bug #67530 error_log=syslog ignored" | Ferenc Kovacs | 2014-06-30 | 1 | -4/+0 |
| | | | | This reverts commit a0ecb3794f00e65cd2a073b2073e32d6c2fb7180. | ||||
* | Fix Bug #67531 syslog cannot be set in pool configuration | Remi Collet | 2014-06-27 | 1 | -0/+3 |
| | | | | | error_log is listed in FPM_PHP_INI_TO_EXPAND, but should not be expand when value = syslog | ||||
* | Fix Bug #67530 error_log=syslog ignored | Remi Collet | 2014-06-27 | 1 | -0/+4 |
| | | | | | As for Bug #64915 Systemd use --nodaemonize but need to error_log to file or syslog to be honoured | ||||
* | Update copyright year to 2014 | Lior Kaplan | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Add 308 and 426 to the HTTP response code map in the CLI server. | Adam Harvey | 2014-06-12 | 2 | -0/+51 |
| | | | | Implements FR #67429 (CLI server is missing some new HTTP response codes). | ||||
* | Fixed bug #67406 built-in web-server segfaults on startup | Remi Collet | 2014-06-10 | 1 | -3/+3 |
| | | | | | | | | Reproduce on aarch64. From select man page: "select() may update the timeout argument to indicate how much time was left." So "const" is not ok. | ||||
* | Fix bug #67060: use default mode of 660 | Stanislav Malyshev | 2014-04-29 | 2 | -3/+3 |
| | |||||
* | Fix #66908: php-fpm reload leaks epoll_create() file descriptor | Julio Pintos | 2014-04-20 | 1 | -1/+5 |
| | | | | This patch fixes descriptor leak which could lead to DoS once Max open files is reached | ||||
* | Fix bug #66482, replace wrong item name 'priority' with 'process.priority' ↵ | itxx00 | 2014-04-13 | 1 | -1/+1 |
| | | | | in php-fpm.conf | ||||
* | fix apr_psprintf format string from e0df4e3dba7c4ab92442b9e82c1de01fdbaa3cce | Jeff Trawick | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | Fixed bug #65715 php5embed.lib isn't provided anymore | Anatol Belski | 2014-03-24 | 1 | -0/+2 |
| | |||||
* | man page: long option name is --strip, not --stripped | Remi Collet | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | --global have be removed in 5.2 | Remi Collet | 2014-02-28 | 1 | -9/+0 |
| | |||||
* | add clear_env option to FPM config | Paul Annesley | 2014-02-25 | 4 | -1/+16 |
| | | | | | | | This makes it possible to leave the envoronment as is on startup and pass all the variables to the workers. The default value of clear_env is "yes", preserving previous behaviour. Patch by Paul Annesley. | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 62 | -70/+70 |
| | |||||
* | Fix bug #66008 | Rasmus Lerdorf | 2013-10-31 | 1 | -0/+1 |
| | |||||
* | Fix typo | Rasmus Lerdorf | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | Initialize these to make Coverity happy | Rasmus Lerdorf | 2013-10-19 | 1 | -2/+3 |
| | |||||
* | Typo fix: managment -> management | Lior Kaplan | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | Use minus sign instead of hyphen | Lior Kaplan | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer ↵ | Felipe Pena | 2013-10-05 | 1 | -0/+1 |
| | | | | encoding) | ||||
* | Handle CLI server request headers case insensitively. | Adam Harvey | 2013-09-09 | 2 | -10/+55 |
| | | | | Fixes bug #65633 (built-in server treat some http headers as case-sensitive). |