summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #66008Rasmus Lerdorf2013-10-311-0/+1
* Fix typoRasmus Lerdorf2013-10-201-1/+1
* Initialize these to make Coverity happyRasmus Lerdorf2013-10-191-2/+3
* Typo fix: managment -> managementLior Kaplan2013-10-191-1/+1
* Use minus sign instead of hyphenLior Kaplan2013-10-191-1/+1
* - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer enc...Felipe Pena2013-10-051-0/+1
* Handle CLI server request headers case insensitively.Adam Harvey2013-09-092-10/+55
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* Fix #61345: fix install of CGI binaryMichael Heimpold2013-08-101-0/+1
* non living code related typo fixesVeres Lajos2013-08-045-5/+5
* typo fixesVeres Lajos2013-07-152-2/+2
* Add built-in web server to invocation listLior Kaplan2013-07-141-1/+2
* Terminology: change embedded web server to built-in web server to align with ...Lior Kaplan2013-07-141-3/+3
* Align -B and -E parameter names with cli usage (begin_code and end_code)Lior Kaplan2013-07-141-8/+8
* fix typo in php man pageRemi Collet2013-07-021-1/+1
* Fixed Bug #65143 Missing php-cgi man pageRemi Collet2013-07-024-0/+8
* - Fixed bug #63983 (enabling FPM borks compile on FreeBSD) patch by: chibisuk...Felipe Pena2013-06-261-0/+13
* Fix the spelling of the php_cli_server_http_response_status_code_pair typedef.Adam Harvey2013-06-201-8/+8
* Change the search in get_status_string() to correctly handle unknown codes.Adam Harvey2013-06-204-13/+146
* Fix bug #64764: Add status option to fpm init.d scriptLior Kaplan2013-06-161-1/+15
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-107-7/+7
* typo fixes (argument)Veres Lajos2013-06-101-1/+1
* typo fixes (accommodate, parameter)Veres Lajos2013-06-101-1/+1
* Fixed Bug #64915 (error_log ignored when daemonize=0)Remi Collet2013-05-241-0/+4
* Add --with-fpm-systemd option to report health to systemd, andRemi Collet2013-05-218-2/+189
* Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-034-4/+12
|\
| * From code coverity scan, syscall return value must be check.Remi Collet2013-05-034-4/+12
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-022-1/+6
|\ \ | |/
| * fix more resource leaksRemi Collet2013-05-022-1/+6
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-023-5/+27
|\ \ | |/
| * From code coverity scanRemi Collet2013-05-023-5/+27
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-021-6/+6
|\ \ | |/
| * fixed size array cannot be nullRemi Collet2013-05-021-6/+6
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-021-3/+3
|\ \ | |/
| * use limit_extensions as we use security_limit_extensions later (free)Remi Collet2013-05-021-2/+2
| * unused variableRemi Collet2013-05-021-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-021-102/+106
|\ \ | |/
| * fix possible null deref (detected by code coverity scan)Remi Collet2013-05-021-102/+106
* | When Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpmRemi Collet2013-04-301-1/+6
* | Forgot to fix the test on 5.4Nikita Popov2013-03-281-1/+1
* | Attempt to fix SKIPXinchen Hui2013-03-281-2/+7
* | Fix test on Mac (\D shows up)Xinchen Hui2013-03-281-1/+1
* | Add test for #64529Xinchen Hui2013-03-281-0/+62
* | Document embedded server options in manpageJohannes Schlüter2013-03-241-1/+27
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-03-241-2/+2
|\ \ | |/
| * It's 2013, even for a manpageJohannes Schlüter2013-03-241-2/+2
* | - add reminder for checking return valuesPierre Joye2013-03-241-0/+2
* | - fix x64 issues on windows with the various time types (overflow, signed and...Pierre Joye2013-03-231-16/+43
* | Added HTTP codes as of RFC 6585Jonh Wendell2013-02-173-0/+12
* | Fixed bug #64128 buit-in web server is broken on ppc64.Remi Collet2013-02-011-17/+13