summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #78334 (fpm log prefix message includes wrong stdout/stderr notation)Tsuyoshi Sadakata2019-08-264-4/+35
* Prevent use after free in fpm_event_epoll_waitMaksim Nikulin2019-07-221-1/+14
* Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2019-05-111-1/+1
|\
| * Fix bug #77934 (php-fpm kill -USR2 not working)Jakub Zelenka2019-05-111-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-011-0/+4
|\ \ | |/
| * Fix bug #77677: WCOREDUMP not available on all systemsKevin Adler2019-03-011-0/+4
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-1453-84/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-4/+4
* | Fix bug #77430 (php-fpm crashes with Main process exited)Jakub Zelenka2019-01-171-4/+7
* | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | Fix arginfo and clean up fpm_get_statusJakub Zelenka2018-10-211-6/+9
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-1453-83/+0
* | Store zlog stream in each child so it can be reusedJakub Zelenka2018-08-277-53/+42
* | fpm process name, FreeBSD 12.x using new setproctitle_fastDavid Carlier2018-08-051-1/+3
* | Use php_openlog instead of openlog in FPMJakub Zelenka2018-08-051-1/+1
* | Fix FPM logging when log pipe is closedJakub Zelenka2018-08-052-20/+34
* | Remove unused Git attributes identPeter Kokot2018-07-2514-26/+0
* | Remove some dead codeKalle Sommer Nielsen2018-07-232-73/+4
* | Return bool from zlog_stream_set_msg_{prefix,suffix}Jakub Zelenka2018-07-222-20/+22
* | Fix off-by-one allocationNikita Popov2018-07-201-1/+1
* | Fix incorrect length calculationNikita Popov2018-07-201-1/+1
* | Refactore FPM loggingJakub Zelenka2018-07-076-88/+844
* | Implement fpm_get_statusTill Backhaus2018-07-073-1/+111
* | fixes typo in daemonization DEBUG message after fork: acknoledge -> acknowledgeYousif Masoud2018-07-061-1/+1
* | Fixed bug #62596 add getallheaders (apache_request_headers) missing function ...Remi Collet2018-07-051-1/+24
* | Add syslog's ident and facility parameters to configPhilip Prindeville2018-07-011-1/+1
* | Merge branch 'PHP-7.2'Nikita Popov2018-06-202-6/+1
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-202-6/+1
| |\
| | * Fixed bug #73342Nikita Popov2018-06-202-6/+1
* | | Remove old SVN keywords substitutionsPeter Kokot2018-06-1650-51/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-282-2/+2
* | | Merge branch 'PHP-7.2'Jakub Zelenka2018-03-302-23/+69
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-03-302-24/+70
| |\ \ | | |/
| | * Prevent modifying of getenv resultJakub Zelenka2018-03-301-5/+14
| | * 68440: ensure backwards compatibility with FPM_SOCKETS var; fix sockname sizeJacob Hipps2018-03-301-5/+13
| | * Fix bug #68440: [sapi/fpm] use multiple FPM_SOCKETS env vars to prevent hitti...Jacob Hipps2018-03-302-25/+54
* | | Merge branch 'PHP-7.2'Anatol Belski2018-03-273-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-273-1/+5
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-03-273-1/+5
| | |\
| | | * Do not set PR_SET_DUMPABLE by defaultJakub Zelenka2018-03-273-1/+5
| | * | year++Xinchen Hui2018-01-0213-15/+15
| * | | year++Xinchen Hui2018-01-0213-15/+15
* | | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | | Set max_requests to 0Lee Hsun2018-02-031-1/+1
* | | | Remove double include of fpm_scoreboard.hmotecshine2018-01-151-1/+0
* | | | Trailing whitespaces on sapi/*Gabriel Caruso2018-01-041-1/+1
* | | | Trailing whitespacesGabriel Caruso2018-01-032-4/+4
* | | | year++Xinchen Hui2018-01-0213-15/+15
* | | | Use array specific functionsDmitry Stogov2017-12-071-4/+4
* | | | Fix some printf() specifier usagesSebastian Ramadan2017-11-211-15/+15