History log of /PHP-5.5/sapi/fpm/fpm/fpm_main.c (Results 101 – 125 of 128)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f13f4bc8 26-Nov-2010 Jérôme Loyet

- Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed)


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)


# 69ba9c82 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)


# 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


123456