summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Adam Harvey2013-01-161-1/+1
|\
| * Update the arguments in the prototype of fpm_socket_unix_test_connect().Adam Harvey2013-01-161-1/+1
| * Happy New Year~Xinchen Hui2013-01-0161-69/+69
* | sapi/litespeed/lsapi_main.c: Fix bug #63228George Wang2013-01-081-1/+1
* | Bug #43177: If an eval() has a parse error, the overall exit status and retur...Stanislav Malyshev2013-01-011-0/+82
* | Happy New YearXinchen Hui2013-01-0162-70/+70
* | update test for supported Mime Types checkingpascalc2012-12-141-133/+31
* | update list of common Mime Types in PHP development server to support Web aud...pascalc2012-12-141-1/+4
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-11-282-5/+10
|\ \ | |/
| * Fixed Bug #63581 Possible buffer overflowRemi Collet2012-11-281-3/+4
| * Fixed Bug #63581 Possible null dereferenceRemi Collet2012-11-281-2/+6
* | Fixed test sapi/cli/tests/006.phptAnatoliy Belsky2012-11-141-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-131-10/+10
|\ \ | |/
| * Enabled apache 2.4 handler build optionPierre Joye2012-11-131-0/+19
* | Implemented FR #63242 (Default error page in PHP built-in web server uses out...Xinchen Hui2012-10-103-33/+21
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Jerome Loyet2012-09-281-1/+1
|\ \ | |/
| * Fixed bug #62216Jerome Loyet2012-09-281-1/+1
| * - Fixed bug #62887 (Only /status?plain&full gives "last request cpu")Jerome Loyet2012-09-281-9/+9
| * - Fixed bug #62947 (Unneccesary warnings on FPM)Jerome Loyet2012-09-281-5/+5
| * - add missing php-fpm.service.inJerome Loyet2012-09-281-0/+12
* | - Fixed bug #62887 (Only /status?plain&full gives "last request cpu")Jerome Loyet2012-09-281-9/+9
* | Merge branch 'fuckgit' into PHP-5.4Jerome Loyet2012-09-283-5/+674
|\ \
| * | - Fixed bug #62947 (Unneccesary warnings on FPM)Jerome Loyet2012-09-281-5/+5
| * | - Fixed bug #63085 (Systemd integration and daemonize)Jerome Loyet2012-09-289-12/+64
* | | Merge branch 'PHP-5.3' into PHP-5.4Jerome Loyet2012-09-288-664/+51
|\ \ \ | |/ / |/| / | |/
| * - Fixed bug #63085 (Systemd integration and daemonize)Jerome Loyet2012-09-288-12/+52
| * - Fixed bug #62954 (startup problems fpm / php-fpm)Jerome Loyet2012-09-276-57/+59
* | - Fixed bug #62954 (startup problems fpm / php-fpm)Jerome Loyet2012-09-286-57/+59
* | Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserverLars Strojny2012-09-183-0/+48
* | Respond with 501 to unknown request methodsNiklas Lindgren2012-09-154-22/+71
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-058-12/+12
|\ \ | |/
| * year++Xinchen Hui2012-09-057-11/+11
| * Fix bug #62654Rasmus Lerdorf2012-07-251-3/+3
* | Merging PR 121 to add support for slow request counting on the PHP-FPM status...Lars Strojny2012-08-267-13/+24
* | Fix test failedXinchen Hui2012-08-181-2/+2
* | - Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not ...Felipe Pena2012-08-161-1/+4
* | Fixed bug #62725 (Calling exit() in a shutdown function does not return the e...Xinchen Hui2012-08-021-3/+3
* | Sleep a little bit more, in some slow machine (like gcov), it will take a lit...Xinchen Hui2012-08-011-1/+1
* | Implemented FR #62700 (have the console output 'Listening on http://localhost...Xinchen Hui2012-07-311-1/+1
* | Fix bug #62654Rasmus Lerdorf2012-07-241-3/+3
* | Fix Bug #62612 readline extension compilation failsJohannes Schlüter2012-07-221-0/+2
* | Improve error message for ssl requestXinchen Hui2012-07-221-1/+5
* | Fix test (no charset outputed)Xinchen Hui2012-07-181-1/+1
* | - Fixed bug #62507 (['REQUEST_TIME'] under mod_php5 returns miliseconds inste...Felipe Pena2012-07-081-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-271-0/+3
|\ \ | |/
| * Fix memleak in CLIJohannes Schlüter2012-06-271-0/+3
| * - Fixed bug #62205 (php-fpm segfaults (null passed to strstr))Jerome Loyet2012-06-013-4/+44
| * - fix missing include for unix socketsJerome Loyet2012-06-011-0/+1