summaryrefslogtreecommitdiff
path: root/sapi/fpm
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed bug #53412 (segfault when using -y)Jérôme Loyet2010-11-302-4/+15
|
* - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has ↵Jérôme Loyet2010-11-2613-360/+458
| | | | been removed)
* - fix (log with level < WARNING before daemonizing were not written to ↵Jérôme Loyet2010-11-161-1/+1
| | | | /dev/stderr)
* - Fixed #53310 (sparc < v9 won't is not supported)Jérôme Loyet2010-11-161-1/+7
|
* - extend the 'i-t' fpm argument to dump configuration file when called twice ↵Jérôme Loyet2010-11-148-10/+86
| | | | (-tt)
* - Fixed #52691 (allow multiple instance of FPM using a custom prefix)Jérôme Loyet2010-11-149-47/+225
|
* - Fixed #52660 (custom process title for FPM)Jérôme Loyet2010-11-125-15/+111
|
* - Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf ↵Jérôme Loyet2010-11-114-4/+25
| | | | file)
* - Fixed bug #52693 (configuration file errors are not logged to stderr)Jérôme Loyet2010-11-115-3/+15
|
* - get rid of ZLOG_STUFF code redundancyJérôme Loyet2010-11-1119-159/+159
|
* - comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warningJérôme Loyet2010-11-111-0/+2
|
* - remove useless checkJérôme Loyet2010-11-111-8/+2
|
* - add missing timer* macros (for solaris)Jérôme Loyet2010-11-111-20/+53
| | | | | - ws
* - add "listen queue len" stat (thx to Andrei Nigmatulin)Jérôme Loyet2010-11-119-10/+180
|
* - syntax and minor optimizationsJérôme Loyet2010-11-113-59/+61
|
* - don't call shutdown functions after child ends softly, let the master ↵Jérôme Loyet2010-11-101-2/+4
| | | | process call them
* - correct time comparison for determining the last idle childJérôme Loyet2010-11-071-1/+1
|
* - change signal from SIGTERM to SIGQUIT for killing a child process by the ↵Jérôme Loyet2010-11-073-3/+7
| | | | dynamic process manager
* - remove a memory leak (missing efree())Jérôme Loyet2010-09-141-0/+6
|
* - remove FPM specific version which is irrelevant since FPM integration into ↵Jérôme Loyet2010-09-073-5/+1
| | | | core.
* - Fixed bug #52498 (libevent was not only linked to php-fpm)Jérôme Loyet2010-09-071-3/+10
|
* - Fixed bug #52725 (gcc builtin atomic functions were sometimes used when ↵Jérôme Loyet2010-09-012-1/+20
| | | | they were not available).
* - add 'max children reached' to the FPM status page. It shows how many timesJérôme Loyet2010-08-315-22/+69
| | | | | a pool has reached the max_children parameter.
* - Add libevent version to the startup debug log in FPM.Jérôme Loyet2010-08-311-1/+1
|
* - Changed listen.backlog in the FPM configuration file to default to 128Jérôme Loyet2010-08-313-2/+11
| | | | | | 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.
* - only one process (for all pools) could be killed by the 'dynamic' process ↵Jérôme Loyet2010-08-301-7/+7
| | | | | | | manager. Now it's one process per pool which can be killed by the 'dynamic' process manager. - rename nonsense variable (i)
* - Fixed bug #52674 (FPM Status page returns inconsistent Content-Type headers).Jérôme Loyet2010-08-231-3/+3
|
* - Fix #52407 (use __sync_bool_compare_and_swap in fpm_atomic.h if gcc >= 4.1 ↵Jérôme Loyet2010-08-211-1/+13
| | | | is used - credit to geissert)
* - typo (thx to sixd)Jérôme Loyet2010-08-201-4/+4
|
* Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)Jérôme Loyet2010-08-202-7/+22
|
* BUG: all value comparaisons were not case insensitive in the conf file parserJérôme Loyet2010-08-021-4/+4
|
* typoJérôme Loyet2010-08-021-1/+1
|
* correct php-fpm.conf: slowlog has no default valueJérôme Loyet2010-08-021-1/+2
|
* - Fixed bug #52476 (move php-fpm man page from section 1 to section 8)Jérôme Loyet2010-07-293-5/+5
|
* Fix required facilities for php-fpm's init scriptRaphael Geissert2010-07-291-2/+2
| | | | | $all should only be used in rare, and very specific, cases.
* fix typos and use correct directive names in error messagesAntony Dovgal2010-07-061-10/+10
|
* - Fixed bug #52086 (No new line at the end of a included file crahes the PHP ↵Jérôme Loyet2010-06-191-4/+2
| | | | FPM daemon)
* improve ptrace() testAntony Dovgal2010-06-161-4/+4
| | | | | change error to warning - there can be no trace method available at all
* Fix #52067, chroot and chdir path were not checked at startup. If configured ↵Jérôme Loyet2010-06-131-0/+54
| | | | with unexistant directories, FPM entered in an error loop.
* support both 'warn' and 'warning' as error levelsAntony Dovgal2010-06-081-1/+1
|
* fix micro-memleaks (happened once per process)Antony Dovgal2010-06-081-0/+5
|
* fix commit 299383Jérôme Loyet2010-05-291-2/+2
|
* typo (thx to Brian P. Mercer)Jérôme Loyet2010-05-291-203/+190
|
* bug: include paths were not evaluated to to full pathJérôme Loyet2010-05-271-1/+1
|
* typoJérôme Loyet2010-05-271-20/+22
|
* merge FPM SAPI from trunk (as agreed with Johannes)Antony Dovgal2010-05-2659-0/+10469