History log of /PHP-7.1/sapi/fpm/fpm/fpm_conf.c (Results 26 – 50 of 162)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a97ae8bc 19-Feb-2014 Paul Annesley

add clear_env option to FPM config

This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes"

add clear_env option to FPM config

This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes", preserving previous behaviour.
Patch by Paul Annesley.

show more ...


# a16304f8 19-Feb-2014 Paul Annesley

add clear_env option to FPM config

This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes"

add clear_env option to FPM config

This makes it possible to leave the envoronment as is on startup and
pass all the variables to the workers.
The default value of clear_env is "yes", preserving previous behaviour.
Patch by Paul Annesley.

show more ...


Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1
# 98e6c8ca 16-Jan-2014 Antony Dovgal

fix indentation


Revision tags: php-5.5.8, php-5.4.24, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17
# f6d137a7 02-Jul-2013 Gernot Vormayr

Add apparmor change hat functionality to fpm


# a053e699 16-Jan-2014 Antony Dovgal

fix indentation


# 9ad8e89d 21-Oct-2013 Chris Wright

Allow unlimited line length in fpm config files

Fixes bug #65933


# a90a93f1 02-Jul-2013 Gernot Vormayr

Add apparmor change hat functionality to fpm


Revision tags: php-5.5.0, php-5.3.27RC1, php-5.4.17RC1
# 02e4d7a2 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


# ac40c0b5 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1
# 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.5.0RC1, php-5.3.25, php-5.4.15
# 331540d2 02-May-2013 Remi Collet

From code coverity scan
- fix some memory leak
- fix some resources leak (fd)
- create fpm_worker_pool_free (shared use)
- possible null dref (wp->user and wp->home can be null)


# 8492bbef 02-May-2013 Remi Collet

use limit_extensions as we use security_limit_extensions later (free)


# a7d6cb23 02-May-2013 Remi Collet

unused variable


Revision tags: php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, 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
# 64a0e7cd 27-Sep-2012 Jerome Loyet

- Fixed bug #63085 (Systemd integration and daemonize)


# 851a04bb 27-Sep-2012 Jerome Loyet

- Fixed bug #63085 (Systemd integration and daemonize)


Revision tags: 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
# 34b6a9b3 01-Jun-2012 Jerome Loyet

- Comment unused function to avoid warnings


# 43ec7088 01-Jun-2012 Jerome Loyet

- Comment unused function to avoid warnings


# 59e0930d 01-Jun-2012 Jerome Loyet

- Comment unused function to avoid warnings


Revision tags: 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)


# 12995039 23-May-2012 Jerome Loyet

- Fixed bug #61026 (FPM pools can listen on the same address)


# 5d61e56d 23-May-2012 Jerome Loyet

- Fixed bug #61026 (FPM pools can listen on the same address)


# a07d76c0 23-May-2012 Jerome Loyet

- Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start)


# 812d2481 23-May-2012 Jerome Loyet

- Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start)


1234567