History log of /php-src/sapi/fpm/fpm/fpm_conf.c (Results 101 – 125 of 127)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# efcfbc95 05-Jul-2011 Jérôme Loyet

Fixed memory leak

# c4d83a41 05-Jul-2011 Jérôme Loyet

- moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni Giacobbi)

# 74b693f1 02-Jul-2011 Jérôme Loyet

- Implemented FR #54172 (Overriding the pid file location of php-fpm)

Revision tags: php-5.3.7RC2
# f5b05ce1 26-Jun-2011 Jérôme Loyet

- Replaced shm_slots with a real scoreboard
- Added several improvements to the status page

# bbe85184 23-Jun-2011 Jérôme Loyet

- Added custom access log (also added per request %CPU and memory mesurement)

Revision tags: php-5.4.0alpha1
# 23a5f873 18-Jun-2011 Jérôme Loyet

Added master rlimit_files and rlimit_core in the global configuration settings

Revision tags: php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# e77d3268 18-Dec-2010 Jérôme Loyet

- Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).

Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 4c76006f 30-Nov-2010 Jérôme Loyet

- Fixed bug #53412 (segfault when using -y)

Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 5ef0100b 14-Nov-2010 Jérôme Loyet

- extend the 'i-t' fpm argument to dump configuration file when called twice (-tt)

# c95477e7 14-Nov-2010 Jérôme Loyet

- Fixed #52691 (allow multiple instance of FPM using a custom prefix)

# c28f44e4 12-Nov-2010 Jérôme Loyet

- Fixed #52660 (custom process title for FPM)

# 5a416465 11-Nov-2010 Jérôme Loyet

- Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf file)

# 7bc07ff8 11-Nov-2010 Jérôme Loyet

- get rid of ZLOG_STUFF code redundancy

# 0a1e29d7 11-Nov-2010 Jérôme Loyet

- add "listen queue len" stat (thx to Andrei Nigmatulin)

# 7e566816 11-Nov-2010 Jérôme Loyet

- syntax and minor optimizations

# 8c1582c9 14-Sep-2010 Jérôme Loyet

- remove a memory leak (missing efree())

# 5fd50c99 31-Aug-2010 Jérôme Loyet

- add 'max children reached' to the FPM status page. It shows how many times
a pool has reached the max_children parameter.

# 0605d5f3 31-Aug-2010 Jérôme Loyet

- Changed listen.backlog in the FPM configuration file to default to 128
instead of -1 (except on FreeBSD and OpenBSD). This is the same value
as the one used in the cgi sapi. This patch

- Changed listen.backlog in the FPM configuration file to default to 128
instead of -1 (except on FreeBSD and OpenBSD). This is the same value
as the one used in the cgi sapi. This patch completes revision 302725.

show more ...

# 1f3aaf50 20-Aug-2010 Jérôme Loyet

- typo (thx to sixd)

# 72064e1a 20-Aug-2010 Jérôme Loyet

Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)

Revision tags: oci8-1.4.3
# 5fe98851 02-Aug-2010 Jérôme Loyet

BUG: all value comparaisons were not case insensitive in the conf file parser

Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# 336b5af3 06-Jul-2010 Antony Dovgal

fix typos and use correct directive names in error messages

Revision tags: php-5.3.3RC2, php-5.2.14RC2
# ffdd1759 19-Jun-2010 Jérôme Loyet

- Fixed bug #52086 (No new line at the end of a included file crahes the PHP FPM daemon)

Revision tags: php-5.3.3RC1, php-5.2.14RC1
# 20577550 13-Jun-2010 Jérôme Loyet

Fix #52067, chroot and chdir path were not checked at startup. If configured with unexistant directories, FPM entered in an error loop.

# 3c9e1e6d 08-Jun-2010 Antony Dovgal

support both 'warn' and 'warning' as error levels

123456