summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Always restore PG(magic_quote_gpc) on request shutdownDmitry Stogov2012-02-022-2/+6
| | |
| | * Missing ifdef hereRasmus Lerdorf2012-01-191-0/+2
| | | | | | | | | | | | | | | Fixes bug 60811
| | * - Fixed bug #60659 (FPM does not clear auth_user on request accept)Jérôme Loyet2012-01-041-0/+2
| | |
| | * - Fixed bug #60629 (memory corruption when web server closed the fcgi fd)Jérôme Loyet2012-01-033-5/+5
| | |
| | * - Year++Felipe Pena2012-01-0154-58/+58
| | |
| | * fixed a crash in cli mode when apache_request_headers() is calledGeorge Wang2011-12-311-1/+2
| | |
| | * - Removed C++ comment styleFelipe Pena2011-11-191-1/+1
| | |
| | * keep code to be compatible with PHP4George Wang2011-11-161-0/+6
| | |
| | * keep PHP_5_4 in sync with PHP_5_3 branchGeorge Wang2011-11-161-1/+8
| | |
| | * - Added .phar to default authorized extensionsJérôme Loyet2011-11-161-1/+1
| | |
| | * - FR #60199 (enhance FPM error log when the primary script can't be open)Jérôme Loyet2011-11-151-0/+14
| | |
| | * - Fixed bug #60179 (php_flag and php_value does not work properly)Jérôme Loyet2011-11-031-11/+1
| | |
| | * Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-036-6/+6
| | |
| | * stream_socket_server("unix://..." has a length limit, so it is better to use ↵Ferenc Kovacs2011-10-221-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 >= 127Ferenc Kovacs2011-10-201-0/+4
| | |
| | * - ensure request_terminate_timeout >= request_slowlog_timeoutJérôme Loyet2011-10-091-0/+5
| | |
| | * - Fixed bug #55526 (Heartbeat causes a lot of unnecessary events)Jérôme Loyet2011-10-096-5/+20
| | |
| | * - Fixed bug #55533 (The -d parameter doesn't work)Jérôme Loyet2011-10-091-14/+20
| | |
| | * - Implemented FR #52569 (Add the "ondemand" process-manager to allow zero ↵Jérôme Loyet2011-10-0825-65/+1988
| | | | | | | | | | | | children)
| | * - fix r317913Jérôme Loyet2011-10-081-0/+0
| | |
| | * - Fixed bug #55486 (status show BIG processes number)Jérôme Loyet2011-10-081-2/+2
| | |
| | * - Fixed bug #55577 (status.html does not install)Jérôme Loyet2011-10-081-1/+1
| | |
| | * wsJérôme Loyet2011-10-081-0/+1
| | |
| | * - Backported from 5.4 branch (Dropped restriction of not setting the same ↵Jérôme Loyet2011-10-081-9/+14
| | | | | | | | | | | | value multiple times, the last one holds).
| | * - Backported from 5.4 branch: Jérôme Loyet2011-10-0824-110/+112
| | | | | | | | | | | | | | | | | | * enhanced log messages * code cosmetic
| | * - Backported from 5.4 branch (order fpm configuration items the same way in ↵Jérôme Loyet2011-10-083-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 Loyet2011-10-082-22/+7
| | | | | | | | | | | | internal logger instead (zlog))
| | * remove unused variableJérôme Loyet2011-10-081-4/+0
| | |
| | * - backparted from 5.4 branch (remove is_fastcgi because FPM is always fastcgi)Jérôme Loyet2011-10-083-160/+81
| | |
| | * - Backported FR #55166 from 5.4 branch (Added process.max to control the ↵Jérôme Loyet2011-10-084-2/+33
| | | | | | | | | | | | number of process FPM can fork)
| | * - Backported FR #55181 from 5.4 branch (Enhance security by limiting access ↵Jérôme Loyet2011-10-087-0/+104
| | | | | | | | | | | | to user defined extensions)
| | * - Backported FR #54098 from 5.4 branch (Lowered process manager default value)Jérôme Loyet2011-10-081-5/+6
| | |
| | * - Backported FR #52052 from 5.4 branch (Added partial syslog support)Jérôme Loyet2011-10-086-36/+309
| | |
| | * - commit r312812 again (dropped in r312913):Jérôme Loyet2011-10-0811-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 #55496Christopher Jones2011-08-231-7/+27
| | |
| | * Bug #55403: Don't set $_SERVER['HTTPS'] on unsecure connectionUwe Schindler2011-08-181-1/+3
| | |
| | * Fixed possible memory leakDmitry Stogov2011-08-111-1/+4
| | |
| | * Prevented the warning about truncate int to charXinchen Hui2011-08-081-1/+1
| | |
| | * - Added missing PHP_FE_END/ZEND_FE_ENDFelipe Pena2011-08-062-2/+2
| | |
| | * fix a segfault when passing an empty value to a ini parameter from the web ↵Jérôme Loyet2011-07-181-3/+9
| | | | | | | | | | | | server (php_(admin_)?value)
| | * remove forgotten debug logJérôme Loyet2011-07-181-1/+0
| | |
| | * - get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration ↵Jérôme Loyet2011-07-173-12/+2
| | | | | | | | | | | | into core
| | * - Fixed wrong value of log_level when invoking fpm with -ttJérôme Loyet2011-07-053-4/+10
| | |
| | * - ws and cosmeticsJérôme Loyet2011-07-058-148/+152
| | |
| | * Fixed memory leakJérôme Loyet2011-07-051-3/+14
| | |
| | * - moved STR2STR, BOOL2STR and PM2STR from fpm_conf.h to fpm_conf.c (Giovanni ↵Jérôme Loyet2011-07-052-7/+6
| | | | | | | | | | | | Giacobbi)
| | * alloc SHM for all children at startup to ensure all SHM will be reachable ↵Jérôme Loyet2011-07-042-10/+11
| | | | | | | | | | | | from children over the ages
| | * child-pid can't be set when fpm_child_resources_use is calledJérôme Loyet2011-07-041-1/+1
| | |
| | * - Fixed missing Expires and Cache-Control headers for ping and status pagesJérôme Loyet2011-07-041-0/+10
| | |
| | * - revert commit 312812 until 5.3.7 is outJérôme Loyet2011-07-0412-869/+80
| | |