summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* backport 59444347 and 3d7343f6Anatol Belski2016-09-083-0/+12
* Added .user.ini support.George Wang2016-08-281-32/+489
* Fix bug #72836 - integer overflow in base64_decode caused heap corruptionStanislav Malyshev2016-08-162-0/+489
* Fix #72676: Test cli_process_title_unix fails on AIXChristoph M. Becker2016-07-281-1/+6
* FPM: add test for CVE-2016-5385Remi Collet2016-07-222-3/+84
* Fix #72575: using --allow-to-run-as-root should ignore missing usergooh2016-07-121-2/+2
* Remove needless zeroing of anonymously mmap'd memoryJulien Pauli2016-07-111-1/+0
* Remove needless zeroing of anonymously mmap'd memoryMichael McConville2016-07-112-2/+0
* Fix typo in phpdbg help.Adam Harvey2016-05-251-1/+1
* Add missing newlines to phpdbg's help for the run command.Adam Harvey2016-05-251-1/+3
* mark frequent intermittent fpm test with XFAILFerenc Kovacs2016-04-181-0/+6
* Fixed bug #69953Christoph M. Becker2016-03-034-5/+23
* Disable upload_2G test on travisNikita Popov2016-03-031-0/+4
* fix ts buldAnatol Belski2016-02-181-1/+1
* Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bugAnatol Belski2016-02-141-0/+13
* Align spacing in make install messagesLior Kaplan2016-02-082-2/+2
* Fixed Bug #62172 FPM not working with Apache httpd 2.4 balancer/fcgi setupRemi Collet2016-01-291-1/+25
* fix testAnatol Belski2016-01-181-5/+5
* 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
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-033-4/+4
* | 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 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
* | Add test XFAIL for bug #70470Xinchen Hui2015-09-111-0/+41
* | Fix #68291: 404 on urls with '+'Christoph M. Becker2015-09-052-2/+23
* | Fix phpdbg_break_next()Bob Weinand2015-08-231-0/+1
* | Fix #70264: CLI server directory traversalChristoph M. Becker2015-08-142-0/+33
* | Fix #69487: SAPI may truncate POST dataChristoph M. Becker2015-08-111-0/+20
* | Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPEwusuopu2015-08-091-0/+3
* | added tests for bug #66606Christoph M. Becker2015-08-092-0/+63
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-2/+2
| |\
| | * fix testStanislav Malyshev2015-08-041-2/+2
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-4/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-4/+7
| |\ \ | | |/
| | * fix testStanislav Malyshev2015-08-041-4/+7
| | * bump API version to 6.8George Wang2015-06-221-1/+1
| | * Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14