#
1b06e0be |
| 13-Jul-2013 |
Veres Lajos |
typo fixes
|
#
72085b0e |
| 13-Jul-2013 |
Veres Lajos |
typo fixes
|
Revision tags: php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1 |
|
#
04145dc2 |
| 22-Apr-2013 |
Veres Lajos |
typo fixes (argument)
|
#
0e99329e |
| 21-May-2013 |
Remi Collet |
Add --with-fpm-systemd option to report health to systemd, and systemd_interval option to configure this. The service can now use Type=notify in the systemd unit file. Systemd status
Add --with-fpm-systemd option to report health to systemd, and systemd_interval option to configure this. The service can now use Type=notify in the systemd unit file. Systemd status line will looks like: Status: "Processes active: 0, idle: 5, Requests: 90, slow: 0, Traffic: 10req/sec" Watchdog mode is also supported. In this case watchdog interval, configured in the unit file, override the systemd_interval option. When not used (default), no change from previous version.
show more ...
|
Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2 |
|
#
7127135c |
| 26-May-2012 |
Jerome Loyet |
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
|
#
decc394a |
| 26-May-2012 |
Jerome Loyet |
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
|
#
f6655b62 |
| 26-May-2012 |
Jerome Loyet |
- Fixed bug #62160 (Add process.priority to set nice(2) priorities)
|
Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0 |
|
#
69f24fb5 |
| 21-Feb-2012 |
Rasmus Lerdorf |
Yup, these need to be escaped. Good catch.
|
#
cc813032 |
| 20-Feb-2012 |
Rasmus Lerdorf |
Fix bug 61149
|
Revision tags: php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2 |
|
#
e7c6f9c6 |
| 08-Oct-2011 |
Jérôme Loyet |
- Implemented FR #52569 (Add the "ondemand" process-manager to allow zero children)
|
#
4e2664a6 |
| 08-Oct-2011 |
Jérôme Loyet |
- Implemented FR #52569 (Add the "ondemand" process-manager to allow zero children)
|
#
1034cbc7 |
| 08-Oct-2011 |
Jérôme Loyet |
- Implemented FR #52569 (Add the "ondemand" process-manager to allow zero children)
|
#
93c3c0ab |
| 08-Oct-2011 |
Jérôme Loyet |
- Backported from 5.4 branch (order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and fpm_conf.c)
|
#
c6b633a3 |
| 08-Oct-2011 |
Jérôme Loyet |
- Backported FR #55166 from 5.4 branch (Added process.max to control the number of process FPM can fork)
|
#
c4e961f0 |
| 08-Oct-2011 |
Jérôme Loyet |
- Backported FR #55181 from 5.4 branch (Enhance security by limiting access to user defined extensions)
|
#
a0f2d34b |
| 08-Oct-2011 |
Jérôme Loyet |
- Backported FR #54098 from 5.4 branch (Lowered process manager default value)
|
#
eccb9404 |
| 08-Oct-2011 |
Jérôme Loyet |
- Backported FR #52052 from 5.4 branch (Added partial syslog support)
|
#
4a0cd394 |
| 08-Oct-2011 |
Jérôme Loyet |
- commit r312812 again (dropped in r312913): Implemented FR #54577 (Enhanced status page with full status and details about each processes. Also provide a web page (status.html) for
- commit r312812 again (dropped in r312913): Implemented FR #54577 (Enhanced status page with full status and details about each processes. Also provide a web page (status.html) for real-time FPM status.
show more ...
|
Revision tags: php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4 |
|
#
f577f22d |
| 18-Jul-2011 |
Jérôme Loyet |
order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and fpm_conf.c
|
#
9fa7a7e5 |
| 18-Jul-2011 |
Jérôme Loyet |
order fpm configuration items the same way in php-fpm.conf.in, fpm_conf.h and fpm_conf.c
|
#
a3592145 |
| 17-Jul-2011 |
Jérôme Loyet |
backport r313186 from PHP_5_4
|
#
5ba64c51 |
| 17-Jul-2011 |
Jérôme Loyet |
backport r313323 and r313326 from PHP_5_4
|
#
7cdef345 |
| 17-Jul-2011 |
Jérôme Loyet |
- Implemented FR #55166 (Added process.max to control the number of process FPM can fork)
|
Revision tags: php-5.3.7RC3, php-5.4.0alpha2 |
|
#
2f0a379c |
| 12-Jul-2011 |
Jérôme Loyet |
- Implemented FR #55181 (Enhance security by limiting access to user defined extensions)
|
#
1dcd19eb |
| 05-Jul-2011 |
Jérôme Loyet |
- Implemented FR #54098 (Lowered default value for Process Manager)
|