summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Stanislav Malyshev2019-10-213-4/+72
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-10-213-4/+72
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-10-213-4/+72
| | |\
| | | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-213-4/+72
| | | |\
| | | | * Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)Jakub Zelenka2019-10-203-4/+72
| | | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1526-27/+10
| | | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1463-122/+122
| | | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1479-121/+5
| | | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-1333-330/+330
* | | | | Merge branch 'PHP-7.4'Jakub Zelenka2019-10-205-0/+147
|\ \ \ \ \ | |/ / / /
| * | | | Skip fpm bug #74083 test on WindowsMaksim Nikulin2019-10-201-0/+1
| * | | | Add (slow) test for fpm concurrent reloads #74083Maksim Nikulin2019-10-201-0/+76
| * | | | Block signals during fpm master initializationMaksim Nikulin2019-10-204-0/+70
* | | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix miscellaneous typos in docsTyson Andre2019-10-191-1/+1
| * | | | Revert "Link executable files using non PIC object files. This reduces PIC ov...Dmitry Stogov2019-10-105-7/+7
* | | | | Add Zend class/interface arginfo stubsChristoph M. Becker2019-10-151-4/+34
* | | | | Use clean shutdown on uncaught exceptionNikita Popov2019-10-111-2/+0
* | | | | Use php stream in exif fuzzerNikita Popov2019-10-101-9/+8
* | | | | Reduce oniguruma limits in fuzzing sapiNikita Popov2019-10-081-1/+4
* | | | | Fix regex in generate_parser_corpus.phpFabien Villepinte2019-10-021-1/+1
* | | | | Limit input size in exif fuzzerNikita Popov2019-10-011-0/+6
* | | | | Add --enable-fuzzer-msan flagNikita Popov2019-10-011-9/+25
* | | | | Pass mode to open() in exif fuzzerNikita Popov2019-09-301-1/+1
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-302-4/+10
|\ \ \ \ \ | |/ / / /
| * | | | Fix borked SKIPIFsFabien Villepinte2019-09-302-4/+10
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-306-4/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-306-4/+16
| |\ \ \ \ | | |/ / /
| | * | | Fix #78413: php-fpm request_terminate_timeout does not take effect after fast...Sergei Turchanov2019-09-306-4/+16
* | | | | Make fuzzing sapi i386 compatibleNikita Popov2019-09-271-2/+4
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-271-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | XFAIL sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phptNikita Popov2019-09-271-0/+2
* | | | | Limit max length for parser fuzzerNikita Popov2019-09-262-2/+8
* | | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-2592-184/+0
* | | | | Add new entries for exif and unserialize fuzzing corpusNikita Popov2019-09-249-0/+5
* | | | | Standardize type printing in reflectionNikita Popov2019-09-231-1/+1
* | | | | Change instructions to use oniguruma from gitNikita Popov2019-09-181-6/+5
* | | | | Add instructions for building an instrumented libonigNikita Popov2019-09-181-0/+17
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-171-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-171-4/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-171-4/+4
| | |\ \ \ | | | |/ /
| | | * | Add tilde to allowed status/ping pathDrakano2019-09-171-4/+4
* | | | | Move scripts out of corpus/ directoryNikita Popov2019-09-164-6/+6
* | | | | Various improvements to fuzzer SAPIsNikita Popov2019-09-1624-100/+308
* | | | | Add fuzzer SAPIs to the coreStanislav Malyshev2019-09-16123-0/+936
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-141-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix symtable_cache_limit assignment in phpdbgNikita Popov2019-09-141-1/+1
| * | | | Link executable files using non PIC object files. This reduces PIC overhead a...Dmitry Stogov2019-09-075-7/+7
* | | | | Merge branch 'non_pic'Dmitry Stogov2019-09-065-7/+7
|\ \ \ \ \
| * | | | | Link executable files using non PIC object files. This reduces PIC overhead a...Dmitry Stogov2019-09-035-7/+7