summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-181-5/+5
|\
| * fix testAnatol Belski2016-01-181-5/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-111-9/+9
|\ \ | |/
| * Simplify code per Anatol.Adam Harvey2016-01-112-41/+8
| * Insert bug number.Adam Harvey2016-01-111-1/+1
| * Use strtoll() when apr_off_t is 64 bits.Adam Harvey2016-01-112-9/+42
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-01-051-0/+5
| |\
| | * Fixed bug #70755: fpm_log.c memory leak and buffer overflowStanislav Malyshev2015-12-081-0/+5
* | | Merge remote-tracking branch 'phpsec/PHP-7.0' into PHP-7.0Anatol Belski2016-01-061-0/+5
|\ \ \
| * | | Fixed bug #70755: fpm_log.c memory leak and buffer overflowStanislav Malyshev2016-01-041-0/+5
* | | | Fixed runtime php.ini override, ini name length is off by 1.George Wang2016-01-051-2/+3
* | | | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-01-042-3/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-033-4/+4
* | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0114-14/+14
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0169-77/+77
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0199-108/+108
| * | Added support for HTTP 451Julien Pauli2015-12-233-0/+3
| * | Bumped SAPI version to 6.9George Wang2015-12-091-1/+1
| * | Added "mod_auth_basic" to apache module list.George Wang2015-12-091-1/+1
| * | Add sanitizing checks for request data.George Wang2015-12-091-2/+54
| * | Clear secret after use.George Wang2015-12-091-5/+8
| * | Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+2
* | | Fixed test after fix lineno of finallyXinchen Hui2016-01-011-6/+8
* | | Fixed a bug in apache_request_headers() that adds an extra \0 to header name.George Wang2015-12-171-10/+2
* | | Unused value casting should be `void`Reeze Xia2015-12-121-1/+1
* | | Bumped SAPI version to 6.9George Wang2015-12-091-1/+1
* | | Added "mod_auth_basic" to apache module list.George Wang2015-12-091-1/+1
* | | Add sanitizing checks for request data.George Wang2015-12-091-2/+54
* | | Clear secret after use.George Wang2015-12-091-5/+8
* | | Fixed __DIR__ in CLI mode.George Wang2015-12-091-0/+2
* | | standard tsrm usage for sevenJoe Watkins2015-12-063-9/+10
* | | Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).Adam Harvey2015-12-012-0/+48
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2015-11-233-5/+5
|\ \ \ | |/ /
| * | Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_i...Lior Kaplan2015-11-233-5/+5
| * | Ensure the test failsXinchen Hui2015-11-111-0/+4
| * | unbreak coverage data: fix #line directives in phpdbg parserNuno Lopes2015-10-241-25/+25
| * | Fix globals initialization in sapi/cgiAnatol Belski2015-10-231-5/+6
* | | Output stderr on real stderr in phpdbgBob Weinand2015-11-231-1/+1
* | | Update mime type generator script to keep track of additional mime-typesReeze Xia2015-11-152-1/+13
* | | Added support for CSS/JavaScript source mapsThorsten Rinne2015-11-151-0/+1
* | | Ensure the test failsXinchen Hui2015-11-111-0/+4
* | | rm duplicate includeLynn2015-11-071-1/+0
* | | Fixed bug #70863 Incorect logic to increment_function for proxy objectsAnatol Belski2015-11-061-1/+1
* | | Fixed bug #70540 (sapi/fpm/tests/008.phpt and 016.phpt should be skipped on s...Xinchen Hui2015-11-022-3/+33
* | | Add test_fpm_conf to skip some tests ranth than mark --xfail--Xinchen Hui2015-11-022-5/+25
* | | Fixed incomplete initialization.Dmitry Stogov2015-10-301-2/+2
* | | unbreak coverage data: fix #line directives in phpdbg parserNuno Lopes2015-10-241-30/+30
* | | Exempt paging from -qrr modeBob Weinand2015-10-202-9/+10
* | | - Implemented output pagingFelipe Pena2015-10-187-6/+103
* | | Prevent memcmp() result truncationBob Weinand2015-10-131-3/+3