| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for CVE-2012-1823 | Rasmus Lerdorf | 2012-05-03 | 1 | -1/+14 |
| | | |||||
| * | Fixed bug #61461 (missing checks around malloc() calls). | Ilia Alshanetsky | 2012-03-20 | 1 | -0/+10 |
| | | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-20 | 2 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h | ||||
| | * | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 2 | -2/+2 |
| | | | |||||
| * | | Minor change, test using php mail address as account | Xinchen Hui | 2012-03-20 | 1 | -0/+1 |
| | | | |||||
| * | | Use newdoc instead of escape char | Xinchen Hui | 2012-03-20 | 2 | -4/+4 |
| | | | |||||
| * | | Merge branch '53' into 54 | Ilia Alshanetsky | 2012-03-19 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | * 53: Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c). | ||||
| | * | Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c). | Ilia Alshanetsky | 2012-03-19 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed bug #61172 (Add Apache 2.4 support) | Christopher Jones | 2012-03-02 | 2 | -6/+20 |
| | | | |||||
| | * | more verbose skip reason in test files with not so obvious extension ↵ | Olivier DOUCET | 2012-02-25 | 3 | -3/+3 |
| | | | | | | | | | requirements | ||||
| | * | Yup, these need to be escaped. Good catch. | Rasmus Lerdorf | 2012-02-21 | 1 | -1/+1 |
| | | | |||||
| | * | Fix bug 61149 | Rasmus Lerdorf | 2012-02-20 | 1 | -1/+1 |
| | | | |||||
| | * | 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 |
| | | | |||||
