summaryrefslogtreecommitdiff
path: root/sapi/fpm/config.m4
Commit message (Expand)AuthorAgeFilesLines
* sapi/fpm/config.m4: check for libapparmor's aa_change_profile()Kees Cook2020-08-241-1/+1
* sapi/fpm/config.m4: add a new --with-fpm-apparmor configure flag.Michael Orlitzky2020-06-211-17/+16
* Link executable files using non PIC object files. This reduces PIC overhead a...Dmitry Stogov2019-09-031-1/+1
* Remove AC_FPM_POLLPeter Kokot2019-07-241-25/+0
* Clean headers checksPeter Kokot2019-06-271-5/+0
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-14/+2
* Use PKG_CHECK_MODULES to detect the systemd libraryHugh McMaster2019-05-121-25/+3
* Always use pkg-config from the host architectureHugh McMaster2019-04-291-3/+0
* Clean build systemPeter Kokot2019-03-141-1/+1
* Fixed ZTS cache usageDmitry Stogov2019-03-121-1/+1
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-14/+29
* Remove HAVE_STDIO_HPeter Kokot2018-09-171-1/+1
* Remove HAVE_STDLIB_HPeter Kokot2018-09-161-1/+1
* Remove not needed checking for <errno.h>Peter Kokot2018-09-091-1/+1
* fpm process name, FreeBSD 12.x using new setproctitle_fastDavid Carlier2018-08-051-1/+1
* Fix AC_RUN_IFELSE calls when cross-compilingPeter Kokot2018-07-301-3/+3
* Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-50/+41
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-18/+18
* Remove unused Git attributes identPeter Kokot2018-07-251-3/+1
* Support using acl_* functions on *BSDMichał Górny2018-04-131-3/+8
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2015-11-231-1/+1
|\
| * Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_i...Lior Kaplan2015-11-231-1/+1
* | FIx darwin buildStanislav Malyshev2015-05-311-1/+1
* | Only link fastcgi into fpm and cgiXinchen Hui2015-05-261-3/+3
* | Fixed fpm-side (tests passes)Xinchen Hui2015-05-231-2/+1
* | split fpm config to two parts. PR#903Elan Ruusamäe2014-12-141-1/+1
|/
* Fix bug #68526 Implement POSIX Access Control List for UDSRemi Collet2014-12-101-0/+14
* Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-251-2/+29
|\
| * See bug #67635Remi Collet2014-07-201-2/+14
| * improve previous, add message during configureRemi Collet2014-07-191-0/+3
| * Fixed bug #67635 php links to systemd libraries without using pkg-configRemi Collet2014-07-191-3/+15
* | fix indentationAntony Dovgal2014-01-171-21/+21
* | Add apparmor change hat functionality to fpmGernot Vormayr2014-01-171-0/+17
|/
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-4/+4
* Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-05-211-1/+21
|\
| * Add --with-fpm-systemd option to report health to systemd, andRemi Collet2013-05-211-1/+21
| * Merge branch 'fuckgit' into PHP-5.4Jerome Loyet2012-09-281-0/+657
| |\
| | * - Fixed bug #63085 (Systemd integration and daemonize)Jerome Loyet2012-09-281-1/+1
* | | - fix merge (fucking git merging system ... :( )Jerome Loyet2012-09-281-0/+653
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4Jerome Loyet2012-09-281-653/+0
|\ \ | |/ |/|
| * - Fixed bug #63085 (Systemd integration and daemonize)Jerome Loyet2012-09-281-1/+1
| * - Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)Jerome Loyet2012-05-251-0/+1
| * - Implemented FR #52569 (Add the "ondemand" process-manager to allow zero chi...Jérôme Loyet2011-10-081-0/+177
| * - Fixed bug #55577 (status.html does not install)Jérôme Loyet2011-10-081-1/+1
| * - Replaced shm_slots with a real scoreboardJérôme Loyet2011-06-261-1/+1
| * - Added custom access log (also added per request %CPU and memory mesurement)Jérôme Loyet2011-06-231-0/+30
| * - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has be...Jérôme Loyet2010-11-261-231/+1
| * - Fixed #52691 (allow multiple instance of FPM using a custom prefix)Jérôme Loyet2010-11-141-0/+2
| * - Fixed #52660 (custom process title for FPM)Jérôme Loyet2010-11-121-1/+1
| * - add "listen queue len" stat (thx to Andrei Nigmatulin)Jérôme Loyet2010-11-111-0/+34