summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2011-01-0142-46/+46
* - Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).Jérôme Loyet2010-12-183-2/+22
* fixed keyLen validation pointGeorge Wang2010-12-103-554/+785
* - 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 be...Jérôme Loyet2010-11-2613-360/+458
* - fix (log with level < WARNING before daemonizing were not written to /dev/s...Jérôme Loyet2010-11-161-1/+1
* - 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
* - 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 f...Jérôme Loyet2010-11-114-4/+25
* - 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
* - 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 proce...Jérôme Loyet2010-11-101-2/+4
* - 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 dy...Jérôme Loyet2010-11-073-3/+7
* - remove a memory leak (missing efree())Jérôme Loyet2010-09-141-0/+6
* - fix #48831 php -i has different output to php --iniPierre Joye2010-09-141-0/+1
* - remove FPM specific version which is irrelevant since FPM integration into ...Jérôme Loyet2010-09-073-5/+1
* - 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 the...Jérôme Loyet2010-09-012-1/+20
* - add 'max children reached' to the FPM status page. It shows how many timesJérôme Loyet2010-08-315-22/+69
* - 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
* - only one process (for all pools) could be killed by the 'dynamic' process m...Jérôme Loyet2010-08-301-7/+7
* - 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
* - 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
* Fixed bug #50804 (Document configure.js --enable-crt-debug)Kalle Sommer Nielsen2010-08-111-1/+1
* 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
* applied patch from bug report 51452George Wang2010-07-071-0/+1
* fix typos and use correct directive names in error messagesAntony Dovgal2010-07-061-10/+10
* - Reverted fix for bug #48930 (due binary compatibility breakage)Felipe Pena2010-06-292-5/+0
* - Improved initializationFelipe Pena2010-06-272-2/+3
* - Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3)Felipe Pena2010-06-272-0/+4
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-6/+9
* - Fixed bug #52162 (custom request header variables with numbers are removed)Sriram Natarajan2010-06-231-1/+1
* - Fixed bug #52086 (No new line at the end of a included file crahes the PHP ...Jérôme Loyet2010-06-191-4/+2
* improve ptrace() testAntony Dovgal2010-06-161-4/+4
* Fix #52067, chroot and chdir path were not checked at startup. If configured ...Jérôme Loyet2010-06-131-0/+54