summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* Added HTTP codes as of RFC 6585Jonh Wendell2013-02-173-0/+12
| | | | | | | | | Added descriptions for the new HTTP codes: - 428 Precondition Required - 429 Too Many Requests - 431 Request Header Fields Too Large - 511 Network Authentication Required
* Fixed bug #64128 buit-in web server is broken on ppc64.Remi Collet2013-02-011-17/+13
| | | | | | fdset management using bit operator is broken on non-x86 arch and cause built-in server the enter an infinite loop of "select" and never handle any request.
* Merge branch 'PHP-5.3' into PHP-5.4Adam Harvey2013-01-161-1/+1
|\ | | | | | | | | * PHP-5.3: Update the arguments in the prototype of fpm_socket_unix_test_connect().
| * Update the arguments in the prototype of fpm_socket_unix_test_connect().Adam Harvey2013-01-161-1/+1
| | | | | | | | Fixes bug #63999 (php with fpm fails to build on Solaris 10 or 11).
| * Happy New Year~Xinchen Hui2013-01-0161-69/+69
| |
* | sapi/litespeed/lsapi_main.c: Fix bug #63228George Wang2013-01-081-1/+1
| | | | | | | | | | Fix compiling error at line 606 (error: format not a string literal and no format arguments [-Werror=format-security]
* | Bug #43177: If an eval() has a parse error, the overall exit status and ↵Stanislav Malyshev2013-01-011-0/+82
| | | | | | | | | | | | | | return code should not be affected. Without this fix, a webpage using eval() may return code 500. That might display fine and the 500 go unnoticed, but using AJAX or wget, the 500 will cause problems.
* | 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 ↵pascalc2012-12-141-1/+4
| | | | | | | | audio/video formats (Webm ,and Ogg containers) + have jpeg mime types listed together
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2012-11-282-5/+10
|\ \ | |/ | | | | | | | | * PHP-5.3: Fixed Bug #63581 Possible buffer overflow Fixed Bug #63581 Possible null dereference
| * Fixed Bug #63581 Possible buffer overflowRemi Collet2012-11-281-3/+4
| | | | | | | | | | | | | | | | | | In fpm-log, possible buffer overflow. Check for length is done at the beginning of the loop, so is not done when overflow occurs on the last loop (len = 1024 or 1025). (ack from fat). This issue where found from by static code analysis tool and, so, I can't provide any reproducer.
| * Fixed Bug #63581 Possible null dereferenceRemi Collet2012-11-281-2/+6
| | | | | | | | | | | | | | | | Possible NULL dereference when trying to delete the single item of a list (ack from fat). This issues where found from by static code analysis tool and, so, I can't provide any reproducer.
* | Fixed test sapi/cli/tests/006.phptAnatoliy Belsky2012-11-141-1/+1
| | | | | | | | Third param in preg_match_all() is optional for a while )
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-131-10/+10
|\ \ | |/ | | | | | | | | | | | | * PHP-5.3: Enabled apache 2.4 handler build option Conflicts: sapi/apache2handler/config.w32
| * 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 ↵Xinchen Hui2012-10-103-33/+21
| | | | | | | | outdated html/css)
* | 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
|\ \ | |/ | | | | | | * PHP-5.3: Fixed bug #62216
| * Fixed bug #62216Jerome Loyet2012-09-281-1/+1
| | | | | | | | Add PID to php-fpm init.d script
| * - 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * fuckgit: - Fixed bug #62947 (Unneccesary warnings on FPM) - Fixed bug #63085 (Systemd integration and daemonize) Conflicts: sapi/fpm/config.m4
| * | - 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
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | * PHP-5.3: - Fixed bug #63085 (Systemd integration and daemonize) - Fixed bug #62954 (startup problems fpm / php-fpm) - Fixed bug #62886 (PHP-FPM may segfault/hang on startup) Conflicts: sapi/fpm/config.m4
| * - 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 #62886 (PHP-FPM may segfault/hang on startup)
* | - Fixed bug #62954 (startup problems fpm / php-fpm)Jerome Loyet2012-09-286-57/+59
| | | | | | | | - Fixed bug #62886 (PHP-FPM may segfault/hang on startup)
* | 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
| | | | | | | | | | | | | | | | Fixed typo Moved 501 response from dispatch to event_read_request Return return value of send_error_page
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-058-12/+12
|\ \ | |/ | | | | | | Conflicts: ext/interbase/interbase.rc
| * 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 ↵Lars Strojny2012-08-267-13/+24
| | | | | | | | status page
* | 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
| | | | | | | | set)
* | Fixed bug #62725 (Calling exit() in a shutdown function does not return the ↵Xinchen Hui2012-08-021-3/+3
| | | | | | | | | | | | exit value) The fix is make 5.4 behavior consistent with 5.3
* | Sleep a little bit more, in some slow machine (like gcov), it will take a ↵Xinchen Hui2012-08-011-1/+1
| | | | | | | | little more time to setup server
* | Implemented FR #62700 (have the console output 'Listening on ↵Xinchen Hui2012-07-311-1/+1
| | | | | | | | http://localhost:8000')
* | 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 ↵Felipe Pena2012-07-081-1/+1
| | | | | | | | instead of seconds)
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-271-0/+3
|\ \ | |/ | | | | | | | | | | | | * PHP-5.3: Fix memleak in CLI Conflicts: sapi/cli/php_cli.c
| * Fix memleak in CLIJohannes Schlüter2012-06-271-0/+3
| |