Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Always restore PG(magic_quote_gpc) on request shutdown | Dmitry Stogov | 2012-02-02 | 2 | -2/+6 | |
| | | | ||||||
| | * | Missing ifdef here | Rasmus Lerdorf | 2012-01-19 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | Fixes bug 60811 | |||||
| | * | - Fixed bug #60659 (FPM does not clear auth_user on request accept) | Jérôme Loyet | 2012-01-04 | 1 | -0/+2 | |
| | | | ||||||
| | * | - Fixed bug #60629 (memory corruption when web server closed the fcgi fd) | Jérôme Loyet | 2012-01-03 | 3 | -5/+5 | |
| | | | ||||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 54 | -58/+58 | |
| | | | ||||||
| | * | fixed a crash in cli mode when apache_request_headers() is called | George Wang | 2011-12-31 | 1 | -1/+2 | |
| | | | ||||||
| | * | - Removed C++ comment style | Felipe Pena | 2011-11-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | keep code to be compatible with PHP4 | George Wang | 2011-11-16 | 1 | -0/+6 | |
| | | | ||||||
| | * | keep PHP_5_4 in sync with PHP_5_3 branch | George Wang | 2011-11-16 | 1 | -1/+8 | |
| | | | ||||||
| | * | - Added .phar to default authorized extensions | Jérôme Loyet | 2011-11-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | - FR #60199 (enhance FPM error log when the primary script can't be open) | Jérôme Loyet | 2011-11-15 | 1 | -0/+14 | |
| | | | ||||||
| | * | - Fixed bug #60179 (php_flag and php_value does not work properly) | Jérôme Loyet | 2011-11-03 | 1 | -11/+1 | |
| | | | ||||||
| | * | Fixed bug #60206 (possible integer overflow in content_length) | Xinchen Hui | 2011-11-03 | 6 | -6/+6 | |
| | | | ||||||
| | * | stream_socket_server("unix://..." has a length limit, so it is better to use ↵ | Ferenc Kovacs | 2011-10-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106 | |||||
| | * | there is a length limit on the shebang line, ignore the tests for >= 127 | Ferenc Kovacs | 2011-10-20 | 1 | -0/+4 | |
| | | | ||||||
| | * | - ensure request_terminate_timeout >= request_slowlog_timeout | Jérôme Loyet | 2011-10-09 | 1 | -0/+5 | |
| | | | ||||||
| | * | - Fixed bug #55526 (Heartbeat causes a lot of unnecessary events) | Jérôme Loyet | 2011-10-09 | 6 | -5/+20 | |
| | | | ||||||
| | * | - Fixed bug #55533 (The -d parameter doesn't work) | Jérôme Loyet | 2011-10-09 | 1 | -14/+20 | |
| | | | ||||||
| | * | - Implemented FR #52569 (Add the "ondemand" process-manager to allow zero ↵ | Jérôme Loyet | 2011-10-08 | 25 | -65/+1988 | |
| | | | | | | | | | | | | children) | |||||
| | * | - fix r317913 | Jérôme Loyet | 2011-10-08 | 1 | -0/+0 | |
| | | | ||||||
| | * | - Fixed bug #55486 (status show BIG processes number) | Jérôme Loyet | 2011-10-08 | 1 | -2/+2 | |
| | | | ||||||
| | * | - Fixed bug #55577 (status.html does not install) | Jérôme Loyet | 2011-10-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | ws | Jérôme Loyet | 2011-10-08 | 1 | -0/+1 | |
| | | | ||||||
| | * | - Backported from 5.4 branch (Dropped restriction of not setting the same ↵ | Jérôme Loyet | 2011-10-08 | 1 | -9/+14 | |
| | | | | | | | | | | | | value multiple times, the last one holds). | |||||
| | * | - Backported from 5.4 branch: | Jérôme Loyet | 2011-10-08 | 24 | -110/+112 | |
| | | | | | | | | | | | | | | | | | | * enhanced log messages * code cosmetic | |||||
| | * | - Backported from 5.4 branch (order fpm configuration items the same way in ↵ | Jérôme Loyet | 2011-10-08 | 3 | -171/+203 | |
| | | | | | | | | | | | | php-fpm.conf.in, fpm_conf.h and fpm_conf.c) | |||||
| | * | - Backported from 5.4 branch (don't write directly to stderr, use the ↵ | Jérôme Loyet | 2011-10-08 | 2 | -22/+7 | |
| | | | | | | | | | | | | internal logger instead (zlog)) | |||||
| | * | remove unused variable | Jérôme Loyet | 2011-10-08 | 1 | -4/+0 | |
| | | | ||||||
| | * | - backparted from 5.4 branch (remove is_fastcgi because FPM is always fastcgi) | Jérôme Loyet | 2011-10-08 | 3 | -160/+81 | |
| | | | ||||||
| | * | - Backported FR #55166 from 5.4 branch (Added process.max to control the ↵ | Jérôme Loyet | 2011-10-08 | 4 | -2/+33 | |
| | | | | | | | | | | | | number of process FPM can fork) | |||||
| | * | - Backported FR #55181 from 5.4 branch (Enhance security by limiting access ↵ | Jérôme Loyet | 2011-10-08 | 7 | -0/+104 | |
| | | | | | | | | | | | | to user defined extensions) | |||||
| | * | - Backported FR #54098 from 5.4 branch (Lowered process manager default value) | Jérôme Loyet | 2011-10-08 | 1 | -5/+6 | |
| | | | ||||||
| | * | - Backported FR #52052 from 5.4 branch (Added partial syslog support) | Jérôme Loyet | 2011-10-08 | 6 | -36/+309 | |
| | | | ||||||
| | * | - commit r312812 again (dropped in r312913): | Jérôme Loyet | 2011-10-08 | 11 | -69/+846 | |
| | | | | | | | | | | | | | | | | | | | | | Implemented FR #54577 (Enhanced status page with full status and details about each processes. Also provide a web page (status.html) for real-time FPM status. | |||||
| | * | Update log, marking 5.4 and trunk as XFAIL due to bug #55496 | Christopher Jones | 2011-08-23 | 1 | -7/+27 | |
| | | | ||||||
| | * | Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connection | Uwe Schindler | 2011-08-18 | 1 | -1/+3 | |
| | | | ||||||
| | * | Fixed possible memory leak | Dmitry Stogov | 2011-08-11 | 1 | -1/+4 | |
| | | | ||||||
| | * | Prevented the warning about truncate int to char | Xinchen Hui | 2011-08-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | - Added missing PHP_FE_END/ZEND_FE_END | Felipe Pena | 2011-08-06 | 2 | -2/+2 | |
| | | | ||||||
| | * | fix a segfault when passing an empty value to a ini parameter from the web ↵ | Jérôme Loyet | 2011-07-18 | 1 | -3/+9 | |
| | | | | | | | | | | | | server (php_(admin_)?value) | |||||
| | * | remove forgotten debug log | Jérôme Loyet | 2011-07-18 | 1 | -1/+0 | |
| | | | ||||||
| | * | - get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration ↵ | Jérôme Loyet | 2011-07-17 | 3 | -12/+2 | |
| | | | | | | | | | | | | into core | |||||
| | * | - Fixed wrong value of log_level when invoking fpm with -tt | Jérôme Loyet | 2011-07-05 | 3 | -4/+10 | |
| | | | ||||||
| | * | - ws and cosmetics | Jérôme Loyet | 2011-07-05 | 8 | -148/+152 | |
| | | | ||||||
| | * | Fixed memory leak | Jérôme Loyet | 2011-07-05 | 1 | -3/+14 | |
| | | | ||||||
| | * | - moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni ↵ | Jérôme Loyet | 2011-07-05 | 2 | -7/+6 | |
| | | | | | | | | | | | | Giacobbi) | |||||
| | * | alloc SHM for all children at startup to ensure all SHM will be reachable ↵ | Jérôme Loyet | 2011-07-04 | 2 | -10/+11 | |
| | | | | | | | | | | | | from children over the ages | |||||
| | * | child-pid can't be set when fpm_child_resources_use is called | Jérôme Loyet | 2011-07-04 | 1 | -1/+1 | |
| | | | ||||||
| | * | - Fixed missing Expires and Cache-Control headers for ping and status pages | Jérôme Loyet | 2011-07-04 | 1 | -0/+10 | |
| | | | ||||||
| | * | - revert commit 312812 until 5.3.7 is out | Jérôme Loyet | 2011-07-04 | 12 | -869/+80 | |
| | | |