Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | - Fixed bug #61295 (php-fpm should not fail with commented 'user' for ↵ | Jerome Loyet | 2012-05-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | non-root start) | |||||
| | | * | - Fix help message for '-R' | Jerome Loyet | 2012-05-23 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | - add missing help message for '-R' | Jerome Loyet | 2012-05-23 | 1 | -1/+4 | |
| | | | | ||||||
| | | * | - Fixed bug #61835 (php-fpm is not allowed to run as root) | Jerome Loyet | 2012-05-23 | 4 | -9/+18 | |
| | | | | ||||||
| | | * | - Fixed bug #61045 (fpm don't send error log to fastcgi clients) | Jerome Loyet | 2012-05-22 | 3 | -3/+51 | |
| | | | | ||||||
| | | * | improve fix for CVE-2012-1823 | Stanislav Malyshev | 2012-05-07 | 1 | -3/+8 | |
| | | | | ||||||
| | | * | Fix for CVE-2012-1823 | Rasmus Lerdorf | 2012-05-05 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | (cherry picked from commit 29300b1f9dab068d477b241d8fd872e3a7c829b3) | |||||
| | * | | Fixed bug #61218 (the previous patch was not enough restritive on fcgi name ↵ | Jerome Loyet | 2012-05-26 | 1 | -6/+42 | |
| | | | | | | | | | | | | | | | | string checks) | |||||
| | * | | Fixed bug #61218 (FPM drops connection while receiving some binary values in ↵ | Jerome Loyet | 2012-05-26 | 1 | -40/+8 | |
| | | | | | | | | | | | | | | | | FastCGI requests) | |||||
| | * | | Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and ↵ | Jerome Loyet | 2012-05-26 | 4 | -2/+5 | |
| | | | | | | | | | | | | | | | | an error occured) | |||||
| | * | | - Fixed bug #62160 (Add process.priority to set nice(2) priorities) | Jerome Loyet | 2012-05-26 | 4 | -0/+65 | |
| | | | | ||||||
| | * | | - add missing headers to avoid warnings | Jerome Loyet | 2012-05-26 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be ↵ | Jerome Loyet | 2012-05-25 | 2 | -0/+26 | |
| | | | | | | | | | | | | | | | | launched without errors) | |||||
| | * | | - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start) | Jerome Loyet | 2012-05-25 | 9 | -31/+135 | |
| | | | | ||||||
| | * | | Fix broken apache_request_headers test | Rasmus Lerdorf | 2012-05-23 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | This test depends on the default_charset setting, so set it to UTF-8 for consistent output | |||||
* | | | | - Fixed bug #62205 (php-fpm segfaults (null passed to strstr)) | Jerome Loyet | 2012-06-01 | 3 | -4/+44 | |
| | | | | ||||||
* | | | | - fix missing include for unix sockets | Jerome Loyet | 2012-06-01 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | - Comment unused function to avoid warnings | Jerome Loyet | 2012-06-01 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Fixed bug #61218 (the previous patch was not enough restritive on fcgi name ↵ | Jerome Loyet | 2012-05-26 | 1 | -6/+42 | |
| | | | | | | | | | | | | string checks) | |||||
* | | | Fixed bug #61218 (FPM drops connection while receiving some binary values in ↵ | Jerome Loyet | 2012-05-26 | 1 | -40/+8 | |
| | | | | | | | | | | | | FastCGI requests) | |||||
* | | | Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and ↵ | Jerome Loyet | 2012-05-26 | 4 | -2/+5 | |
| | | | | | | | | | | | | an error occured) | |||||
* | | | - Fixed bug #62160 (Add process.priority to set nice(2) priorities) | Jerome Loyet | 2012-05-26 | 4 | -0/+65 | |
| | | | ||||||
* | | | - add missing headers to avoid warnings | Jerome Loyet | 2012-05-26 | 1 | -0/+2 | |
| | | | ||||||
* | | | - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be ↵ | Jerome Loyet | 2012-05-25 | 2 | -0/+26 | |
| | | | | | | | | | | | | launched without errors) | |||||
* | | | - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start). | Jerome Loyet | 2012-05-25 | 9 | -31/+135 | |
| | | | ||||||
* | | | This test depends on the default_charset setting, so set it to | Rasmus Lerdorf | 2012-05-23 | 1 | -1/+3 | |
| | | | | | | | | | | | | UTF-8 for consistent output | |||||
* | | | Merge branch 'PHP-5.4' | Jerome Loyet | 2012-05-23 | 1 | -1/+15 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: - Fixed bug #61026 (FPM pools can listen on the same address) | |||||
| * | | - Fixed bug #61026 (FPM pools can listen on the same address) | Jerome Loyet | 2012-05-23 | 1 | -1/+15 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Jerome Loyet | 2012-05-23 | 1 | -0/+4 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: - Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm) | |||||
| * | | - Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm) | Jerome Loyet | 2012-05-23 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Jerome Loyet | 2012-05-23 | 1 | -2/+2 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: - Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start) | |||||
| * | | - Fixed bug #61295 (php-fpm should not fail with commented 'user' for ↵ | Jerome Loyet | 2012-05-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | non-root start) | |||||
* | | | Merge branch 'PHP-5.4' | Jerome Loyet | 2012-05-23 | 4 | -10/+21 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.4: - fix help message for '-R' - Fixed bug #61835 (php-fpm is not allowed to run as root) | |||||
| * | | - fix help message for '-R' | Jerome Loyet | 2012-05-23 | 1 | -2/+2 | |
| | | | ||||||
| * | | - Fixed bug #61835 (php-fpm is not allowed to run as root) | Jerome Loyet | 2012-05-23 | 4 | -9/+20 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Jerome Loyet | 2012-05-22 | 3 | -3/+53 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.4: - Fixed bug #61045 (fpm don't send error log to fastcgi clients) - fix NEWS for bug #61812 | |||||
| * | | - Fixed bug #61045 (fpm don't send error log to fastcgi clients) | Jerome Loyet | 2012-05-22 | 3 | -3/+53 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-05-09 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Correct test title | |||||
| * | | Correct test title | Xinchen Hui | 2012-05-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-05-09 | 2 | -5/+164 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Implemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions) | |||||
| * | | Implemented FR #61977 (Need CLI web-server support for files with .htm & svg ↵ | Xinchen Hui | 2012-05-09 | 2 | -5/+164 | |
| | | | | | | | | | | | | extensions) | |||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-05-09 | 1 | -10/+7 | |
|\ \ \ | |/ / | | | | | | | | | | | | | * PHP-5.4: Fix test failed, the fsockopen will be refused immediately if the server is not set up. - BFN | |||||
| * | | Fix test failed, the fsockopen will be refused immediately if the server is ↵ | Xinchen Hui | 2012-05-09 | 1 | -10/+7 | |
| | | | | | | | | | | | | not set up. | |||||
* | | | Merge branch 'PHP-5.4' | David Soria Parra | 2012-05-08 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.4: Typo | |||||
| * | | Typo | David Soria Parra | 2012-05-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-05-08 | 2 | -2/+57 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | * PHP-5.4: c++ comments restore BC ws + restore BC to apache_request_headers fix bug #61807 - Buffer Overflow in apache_request_headers | |||||
| * | | c++ comments | Stanislav Malyshev | 2012-05-08 | 1 | -4/+4 | |
| | | | ||||||
| * | | restore BC | Stanislav Malyshev | 2012-05-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | ws + restore BC to apache_request_headers | Stanislav Malyshev | 2012-05-08 | 1 | -7/+7 | |
| | | | ||||||
| * | | fix bug #61807 - Buffer Overflow in apache_request_headers | Stanislav Malyshev | 2012-05-08 | 2 | -2/+57 | |
| | | |