summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Close [PHP-BUG] Req #54152...Jim Jagielski2011-03-091-3/+38
* fix compile warningAntony Dovgal2011-02-081-1/+1
* - remove cpystrn from FPM and use strlcpy instead.Jérôme Loyet2011-01-303-27/+4
* - Fixed bug #53434 (php-fpm slowlog now also logs the original request).Jérôme Loyet2011-01-291-2/+3
* - Fixed bug #53434 (php-fpm slowlog now also logs the original request).Jérôme Loyet2011-01-294-2/+17
* - Fixed bug #53777 (php-fpm log format now match php_error log format).Jérôme Loyet2011-01-291-4/+7
* Added checks for malformated FastCGI requests (Edgar Frank)Dmitry Stogov2011-01-191-4/+15
* - Enforce security in the fastcgi protocol parsing.Jérôme Loyet2011-01-171-21/+91
* add missing dl() function to FPM SAPIAntony Dovgal2011-01-141-0/+1
* - 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