summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Address some compiler warnings.George Wang2020-07-232-5/+8
* Merge branch 'PHP-7.4'George Wang2020-07-233-14/+234
|\
| * Merge branch 'PHP-7.3' into PHP-7.4George Wang2020-07-233-14/+234
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3George Wang2020-07-233-14/+234
| | |\
| | | * Security: update to LiteSpeed SAPI v7.7 to address an buffer overflow, and so...George Wang2020-07-233-14/+234
* | | | Disable JIT for PHPDBGDmitry Stogov2020-07-211-0/+12
* | | | Skip upload_2G.phpt if disk_free_space() <= 2GBTyson Andre2020-07-191-0/+4
* | | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-102-3/+3
* | | | Add stubs for SAPIsMáté Kocsis2020-07-1011-45/+81
* | | | Fix warning in embed sapiNikita Popov2020-07-101-1/+1
* | | | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-8/+8
* | | | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | | | Remove proto comments from C filesMax Semenik2020-07-068-114/+61
* | | | Use zend_string_equals API in a couple placesNikita Popov2020-07-031-1/+1
* | | | Extract some common fuzzer codeNikita Popov2020-06-305-53/+45
* | | | Add unserializehash fuzzer.Eddie Kohler2020-06-305-0/+127
* | | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | | | Make exit() unwind properlyNikita Popov2020-06-291-0/+5
* | | | Fixed bug #79737 (Building embed as static fails during install step).Dmitry Stogov2020-06-292-0/+6
* | | | Simplify and fix php-cgi detectionNikita Popov2020-06-261-14/+11
* | | | Better leak fix for cgi -s / -wNikita Popov2020-06-261-7/+1
* | | | Fix leaks in cgi strip/highlight modeNikita Popov2020-06-251-5/+2
* | | | Sort extensions alphabeticallyNikita Popov2020-06-242-847/+851
* | | | Generate tabs in generate_mime_type_map.phpNikita Popov2020-06-241-7/+15
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-06-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-241-1/+1
| |\ \ \ | | |/ /
| | * | Fixed bug #79030 Use usec from apache request timeHerbert2562020-06-241-1/+1
* | | | Mark phpdbg test as XFAIL on Windows with JIT enabledChristoph M. Becker2020-06-241-0/+6
* | | | Include stub hash in generated arginfo filesNikita Popov2020-06-244-4/+8
* | | | Remove unnecessary initialization in phpdbg webhelperNikita Popov2020-06-231-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-06-231-0/+2
|\ \ \ \ | |/ / /
| * | | Restore XFAIL on fpm testNikita Popov2020-06-231-0/+2
* | | | Fix test wrt. commit 1a2732f9a8b3d62471b360f772b5458f78046f80Christoph M. Becker2020-06-221-1/+1
* | | | sapi/fpm/config.m4: add a new --with-fpm-apparmor configure flag.Michael Orlitzky2020-06-211-17/+16
* | | | Fix Haiku buildDavid Carlier2020-06-191-0/+3
* | | | Fix CLI test if linked against libeditNikita Popov2020-06-181-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-06-182-2/+2
|\ \ \ \ | |/ / /
| * | | Fix race condition in FPM testsNikita Popov2020-06-182-2/+2
* | | | Merge branch 'PHP-7.4'Nikita Popov2020-06-182-4/+0
|\ \ \ \ | |/ / /
| * | | Un-XFAIL FPM testsNikita Popov2020-06-182-4/+0
* | | | Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0)Christoph M. Becker2020-06-162-3/+3
* | | | Update fuzzer readmeNikita Popov2020-06-121-1/+2
* | | | Control VCRT leak reporting via environment variable in debug buildsChristoph M. Becker2020-06-102-17/+16
* | | | Add zend_call_known_function() API familyNikita Popov2020-06-092-2/+3
* | | | Constify char * arguments of APIstwosee2020-06-0815-50/+44
* | | | Fix expression warnings and break warningstwosee2020-06-072-2/+2
* | | | Fix warning of strict-prototypestwosee2020-06-072-2/+2
* | | | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-056-2/+26
* | | | Pass zend_string message to zend_error_cbNikita Popov2020-06-051-1/+2
* | | | Fix phpdbg watchpoints wrt. negative_array_index RFCChristoph M. Becker2020-06-051-3/+5