summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-09-051-0/+31
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fix pipe detection and stream position handlingNikita Popov2019-09-051-0/+31
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-302-4/+5
|\ \ \ \ | |/ / /
| * | | Avoid accessing undefined index in CLI server testNikita Popov2019-08-301-3/+3
| * | | Don't call Reflection::export() in --rf etc implementationNikita Popov2019-08-301-1/+2
* | | | Merge branch 'PHP-7.4'Jakub Zelenka2019-08-267-9/+91
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2019-08-267-9/+91
| |\ \ \ | | |/ /
| | * | Fix bug #78334 (fpm log prefix message includes wrong stdout/stderr notation)Tsuyoshi Sadakata2019-08-267-9/+91
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-08-231-3/+2
|\ \ \ \ | |/ / /
| * | | Fix noalias violation in select callNikita Popov2019-08-231-3/+2
* | | | Fix typo: environement [ci skip]Yusuke Kawasaki2019-08-171-1/+1
* | | | Fix typozhdaniel2019-08-151-1/+1
* | | | Add stubs for PCRE extensionStephen Reay2019-08-111-24/+26
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-303-12/+72
|\ \ \ \ | |/ / /
| * | | Fix FPM timer event re-registrationNikita Popov2019-07-303-12/+72
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-07-241-25/+0
|\ \ \ \ | |/ / /
| * | | Remove AC_FPM_POLLPeter Kokot2019-07-241-25/+0