History log of /php-src/sapi/fpm/fpm/fpm_main.c (Results 251 – 274 of 274)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ae01a576 14-Nov-2010 Jérôme Loyet

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

# b772fae9 11-Nov-2010 Jérôme Loyet

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

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

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

# e1b87cce 11-Nov-2010 Jérôme Loyet

- Fixed #52045 (FPM tries to open php.ini from the current dir)
- Add php_ini_ignore_cwd to _sapi_module_struct

# a2c55a13 10-Nov-2010 Jérôme Loyet

- don't call shutdown functions after child ends softly, let the master process call them

# 07abcdc0 10-Nov-2010 Jérôme Loyet

- don't call shutdown functions after child ends softly, let the master process call them

# 9a1623dc 07-Sep-2010 Jérôme Loyet

- remove FPM specific version which is irrelevant since FPM integration into core.

# a7e18ea8 07-Sep-2010 Jérôme Loyet

- remove FPM specific version which is irrelevant since FPM integration into core.

# 99a45067 20-Aug-2010 Jérôme Loyet

Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)

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

Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)

# 34b631f6 18-Aug-2010 Kalle Sommer Nielsen

Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TSRMLS_FETCH() calls in a few of our SAPI's

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 04d67347 08-Jun-2010 Antony Dovgal

fix micro-memleaks (happened once per process)

# a8be1c1d 08-Jun-2010 Antony Dovgal

fix micro-memleaks (happened once per process)

# 0ed39733 01-Jun-2010 Michael Wallner

fix fpm build

# 4d005a8e 26-May-2010 Antony Dovgal

merge FPM SAPI from trunk (as agreed with Johannes)

# 47aa194a 30-Apr-2010 Antony Dovgal

merge the fix for #51688

# 34ba9e39 23-Apr-2010 Jérôme Loyet

Add PHP_VALUE and PHP_ADMIN_VALUE interpretation from fastcgi headers.
It works as php_value and php_admin_value from the main conf file or apache sapi.

See bug (request) #51595

# acf5fba0 23-Apr-2010 Jérôme Loyet

Remove unused functions / variables / #if 0 blocks

# bae92486 20-Apr-2010 Jérôme Loyet

typo

# 55569568 20-Apr-2010 Jérôme Loyet

Add a check request_method. If fcgi protocol is not followed, a segfault can occur.

# b299e90b 13-Apr-2010 Antony Dovgal

use new type + const static

# d77d6153 13-Apr-2010 Antony Dovgal

re-add updated FPM

# 3ebdadf8 13-Apr-2010 Antony Dovgal

prepare to re-add newer FPM version

# 06b99438 12-Apr-2010 Antony Dovgal

add FPM sapi to trunk

1...<<11