summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* Fix for CVE-2012-1823Rasmus Lerdorf2012-05-031-1/+14
|
* Fixed bug #61461 (missing checks around malloc() calls).Ilia Alshanetsky2012-03-201-0/+10
|
* Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-202-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 filesDavid Soria Parra2012-03-202-2/+2
| |
* | Minor change, test using php mail address as accountXinchen Hui2012-03-201-0/+1
| |
* | Use newdoc instead of escape charXinchen Hui2012-03-202-4/+4
| |
* | Merge branch '53' into 54Ilia Alshanetsky2012-03-191-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 Alshanetsky2012-03-191-1/+1
| |
| * Fixed bug #61172 (Add Apache 2.4 support)Christopher Jones2012-03-022-6/+20
| |
| * more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-253-3/+3
| | | | | | | | requirements
| * Yup, these need to be escaped. Good catch.Rasmus Lerdorf2012-02-211-1/+1
| |
| * Fix bug 61149Rasmus Lerdorf2012-02-201-1/+1
| |
| * 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
| |