| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed bug #53527 (php-fpm --test doesn't set a valuable return value). | Jérôme Loyet | 2010-12-18 | 3 | -2/+22 |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -0/+1 |
* | - Fixed bug #53412 (segfault when using -y) | Jérôme Loyet | 2010-11-30 | 2 | -4/+15 |
* | - Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has be... | Jérôme Loyet | 2010-11-26 | 13 | -360/+458 |
* | - fix (log with level < WARNING before daemonizing were not written to /dev/s... | Jérôme Loyet | 2010-11-16 | 1 | -1/+1 |
* | - Fixed #53310 (sparc < v9 won't is not supported) | Jérôme Loyet | 2010-11-16 | 1 | -1/+7 |
* | - extend the 'i-t' fpm argument to dump configuration file when called twice ... | Jérôme Loyet | 2010-11-14 | 8 | -10/+86 |
* | - Fixed #52691 (allow multiple instance of FPM using a custom prefix) | Jérôme Loyet | 2010-11-14 | 9 | -47/+225 |
* | - Implemented FR #53271, FR #52410 (Building multiple PHP binary SAPIs and on... | Jani Taskinen | 2010-11-13 | 10 | -58/+75 |
* | - Fixed #52660 (custom process title for FPM) | Jérôme Loyet | 2010-11-12 | 5 | -15/+111 |
* | - Fixed #52692 (Added '-t/--test' to php-fpm to check and validate FPM conf f... | Jérôme Loyet | 2010-11-11 | 4 | -4/+25 |
* | - Fixed bug #52693 (configuration file errors are not logged to stderr) | Jérôme Loyet | 2010-11-11 | 5 | -3/+15 |
* | - get rid of ZLOG_STUFF code redundancy | Jérôme Loyet | 2010-11-11 | 19 | -159/+159 |
* | - comment out fpm_php_set_fcgi_mgmt_vars to remove compilation warning | Jérôme Loyet | 2010-11-11 | 1 | -0/+2 |
* | - Fixed #52045 (FPM tries to open php.ini from the current dir) | Jérôme Loyet | 2010-11-11 | 2 | -0/+2 |
* | - remove useless check | Jérôme Loyet | 2010-11-11 | 1 | -8/+2 |
* | - add missing timer* macros (for solaris) | Jérôme Loyet | 2010-11-11 | 1 | -20/+53 |
* | - add "listen queue len" stat (thx to Andrei Nigmatulin) | Jérôme Loyet | 2010-11-11 | 9 | -10/+180 |
* | - syntax and minor optimizations | Jérôme Loyet | 2010-11-11 | 3 | -59/+61 |
* | - don't call shutdown functions after child ends softly, let the master proce... | Jérôme Loyet | 2010-11-10 | 1 | -2/+4 |
* | - correct time comparison for determining the last idle child | Jérôme Loyet | 2010-11-07 | 1 | -1/+1 |
* | - change signal from SIGTERM to SIGQUIT for killing a child process by the dy... | Jérôme Loyet | 2010-11-07 | 3 | -3/+7 |
* | Updated _SERVER['REQUEST_TIME'] to include microsecond precision. | Ilia Alshanetsky | 2010-11-06 | 4 | -7/+7 |
* | Reverted wrong patch | Dmitry Stogov | 2010-09-20 | 1 | -1/+1 |
* | Fix incompatible types, we need to use a char here for recv() | Kalle Sommer Nielsen | 2010-09-19 | 1 | -1/+1 |
* | - unused, double declared | Pierre Joye | 2010-09-15 | 1 | -1/+1 |
* | - remove a memory leak (missing efree()) | Jérôme Loyet | 2010-09-14 | 1 | -0/+6 |
* | - fix #48831 php -i has different output to php --ini | Pierre Joye | 2010-09-14 | 1 | -1/+2 |
* | - remove FPM specific version which is irrelevant since FPM integration into ... | Jérôme Loyet | 2010-09-07 | 3 | -5/+1 |
* | - Fixed bug #52498 (libevent was not only linked to php-fpm) | Jérôme Loyet | 2010-09-07 | 1 | -3/+10 |
* | Fixed bug #46723 (FastCGI persistent connection is incredibly slow due to TCP... | Dmitry Stogov | 2010-09-06 | 1 | -19/+49 |
* | - Fixed compiler warning (missing return statement) | Felipe Pena | 2010-09-01 | 1 | -0/+2 |
* | Reduced overhead of FastCGI using near-perfect hash function and predcalculat... | Dmitry Stogov | 2010-09-01 | 3 | -161/+269 |
* | invalid length | Dmitry Stogov | 2010-09-01 | 1 | -1/+1 |
* | - Fixed bug #52725 (gcc builtin atomic functions were sometimes used when the... | Jérôme Loyet | 2010-09-01 | 2 | -1/+20 |
* | - add 'max children reached' to the FPM status page. It shows how many times | Jérôme Loyet | 2010-08-31 | 5 | -22/+69 |
* | - Add libevent version to the startup debug log in FPM. | Jérôme Loyet | 2010-08-31 | 1 | -1/+1 |
* | - Changed listen.backlog in the FPM configuration file to default to 128 | Jérôme Loyet | 2010-08-31 | 3 | -2/+11 |
* | - only one process (for all pools) could be killed by the 'dynamic' process m... | Jérôme Loyet | 2010-08-30 | 1 | -7/+7 |
* | Don't check FCGI_WEB_SERVER_ADDRS for UNIX sockets | Dmitry Stogov | 2010-08-27 | 1 | -7/+9 |
* | Added apache compatible functions (apache_child_terminate, getallheaders, apa... | Dmitry Stogov | 2010-08-27 | 3 | -1/+202 |
* | Don't try to read the rest of malformed FCGI requests, close immediately. It ... | Dmitry Stogov | 2010-08-25 | 1 | -4/+6 |
* | ws | Dmitry Stogov | 2010-08-25 | 1 | -34/+34 |
* | - Changed listen.backlog in the FPM configuration file to default to 128 | Jérôme Loyet | 2010-08-23 | 2 | -4/+4 |
* | - Fixed bug #52674 (FPM Status page returns inconsistent Content-Type headers). | Jérôme Loyet | 2010-08-23 | 1 | -3/+3 |
* | - Fix #52407 (use __sync_bool_compare_and_swap in fpm_atomic.h if gcc >= 4.1 ... | Jérôme Loyet | 2010-08-21 | 1 | -1/+13 |
* | - typo (thx to sixd) | Jérôme Loyet | 2010-08-20 | 1 | -4/+4 |
* | Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL) | Jérôme Loyet | 2010-08-20 | 2 | -7/+22 |
* | Nuke compiler warning, wrong fix that shouldn't have been in the previously c... | Kalle Sommer Nielsen | 2010-08-18 | 1 | -1/+1 |
* | Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS... | Kalle Sommer Nielsen | 2010-08-18 | 11 | -28/+16 |