Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'PHP-7.3' | Anatol Belski | 2018-10-03 | 1 | -3/+18 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | * PHP-7.3: Fixed bug #76948 Failed shutdown/reboot or end session in Windows | |||||
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-10-03 | 1 | -3/+18 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-7.2: Fixed bug #76948 Failed shutdown/reboot or end session in Windows | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-10-03 | 1 | -1/+16 | |
| | |\ \ | | | |/ | | | | | | | | | | | | | * PHP-7.1: Fixed bug #76948 Failed shutdown/reboot or end session in Windows | |||||
| | | * | Fixed bug #76948 Failed shutdown/reboot or end session in Windows | Anatol Belski | 2018-10-03 | 1 | -1/+16 | |
| | | | | ||||||
* | | | | Fix localized error messages and memory leaks | Anatol Belski | 2018-09-17 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FormatMessage API needs to LocalFree the delivered error messages. In cases where messages are delivered in non ASCII compatible encoding, the messages might be unreadable. This aligns the error message encoding with the encoding settings in PHP, the focus is UTF-8 as default. Initialize error buffer Avoid code duplication | |||||
* | | | | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | |||||
* | | | Fixed bug #62596 add getallheaders (apache_request_headers) missing function ↵ | Remi Collet | 2018-07-05 | 1 | -50/+1 | |
| | | | | | | | | | | | | in FPM add sapi_add_request_header in public API (was add_request_header) fix arginfo for fastcgi_finish_request fucntion | |||||
* | | | Fixed bug #75982 ($_SERVER mostly empty with default variables_order GPCS on ↵ | Dmitry Stogov | 2018-03-23 | 1 | -8/+10 | |
| | | | | | | | | | | | | FastCGI/CGI) | |||||
* | | | Reduce var scope | Anatol Belski | 2018-02-16 | 1 | -15/+20 | |
| | | | ||||||
* | | | Remove always true condition | Anatol Belski | 2018-02-16 | 1 | -4/+2 | |
| | | | ||||||
* | | | Simplify declaration | Anatol Belski | 2018-02-16 | 1 | -2/+1 | |
| | | | ||||||
* | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-13 | 1 | -1/+9 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.2: Fix invalid free | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-13 | 1 | -1/+9 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.1: Fix invalid free | |||||
| | * | Fix invalid free | Anatol Belski | 2018-01-13 | 1 | -1/+9 | |
| | | | ||||||
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -3/+3 | |
| | | | ||||||
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -3/+3 | |
| | | | ||||||
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -5/+5 | |
| | | | | | | | | | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | |||||
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -3/+3 | |
| | | | ||||||
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use array specific functions | Dmitry Stogov | 2017-12-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-11-28 | 1 | -0/+42 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.2: Follow up on bug #75574 for FCGI side | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-11-28 | 1 | -0/+42 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.1: Follow up on bug #75574 for FCGI side | |||||
| | * | Follow up on bug #75574 for FCGI side | Anatol Belski | 2017-11-28 | 1 | -0/+42 | |
| | | | ||||||
* | | | Allow creating $_SERVER from $_ENV, but not $_ENV from $_SERVER. | Dmitry Stogov | 2017-11-13 | 1 | -14/+10 | |
|/ / | ||||||
* | | Exclude warm-up requests from callgrind profile. | Dmitry Stogov | 2017-05-31 | 1 | -0/+12 | |
| | | ||||||
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-01-12 | 1 | -1/+20 | |
|\ \ | |/ | | | | | | | * PHP-7.1: Fixed #72898 PHP_FCGI_CHILDREN is not included in phpinfo() | |||||
| * | Fixed #72898 PHP_FCGI_CHILDREN is not included in phpinfo() | Anatol Belski | 2017-01-12 | 1 | -1/+20 | |
| | | ||||||
| * | Fixed bug #73904 php-cgi fails to load -c specified php.ini file | Anatol Belski | 2017-01-12 | 1 | -6/+23 | |
| | | ||||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -3/+3 | |
| | | ||||||
* | | Fixed bug #73904 php-cgi fails to load -c specified php.ini file | Anatol Belski | 2017-01-12 | 1 | -6/+23 | |
| | | ||||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -3/+3 | |
| | | ||||||
* | | Remove this old obsolete code | Kalle Sommer Nielsen | 2016-11-21 | 1 | -10/+0 | |
| | | ||||||
* | | Use "Standard input code" instead of "php://stdin" | Andrea Faulds | 2016-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Show "php://stdin" instead of "-" in error messages | Andrea Faulds | 2016-11-12 | 1 | -1/+1 | |
|/ | ||||||
* | Pass error severity to SAPI modules and raise corresponding error level in ↵ | Martin Vobruba | 2016-07-11 | 1 | -1/+1 | |
| | | | | Apache | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-28 | 1 | -2/+3 | |
| | ||||||
* | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 | |
| | ||||||
* | Improved support for zend-signals. | Dmitry Stogov | 2016-06-20 | 1 | -0/+2 | |
| | ||||||
* | Cleanup zend_signal API | Dmitry Stogov | 2016-06-20 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 1 | -1/+1 | |
|\ | ||||||
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 | |
| | | | | | | | | Also re bug #71575. | |||||
* | | fix callback signature compat | Anatol Belski | 2016-02-23 | 1 | -1/+1 | |
| | | ||||||
* | | reorder comments | Anatol Belski | 2016-01-19 | 1 | -2/+4 | |
| | | ||||||
* | | get rid of win32_ prefix | Anatol Belski | 2016-01-19 | 1 | -28/+29 | |
| | | ||||||
* | | check return values and cleanup the job object on exit | Anatol Belski | 2016-01-19 | 1 | -12/+27 | |
| | | ||||||
* | | trap also children exits on shutdown to avoid unhandled exceptions | Anatol Belski | 2016-01-18 | 1 | -0/+7 | |
| | | ||||||
* | | implement FCGI children automatic restart and cleanup | Anatol Belski | 2016-01-13 | 1 | -47/+80 | |
| | | ||||||
* | | Basic implementation for FCGI to respect PHP_FCGI_CHILDREN on Windows | Anatol Belski | 2016-01-13 | 1 | -9/+74 | |
|/ | | | | | | | | PHP_FCGI_CHILDREN number of children processes will be spawned, sharing same TCP socket. To implement yet - children cleanup on exit - automatic children re-spawning |