summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* rename COMPILER and ARCHITECTURE macro (too generic)Remi Collet2021-01-041-4/+4
* Merge branch 'PHP-8.0'Jakub Zelenka2020-12-134-6/+80
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Jakub Zelenka2020-12-134-6/+80
| |\
| | * Fix bug #69625: FPM returns 200 status on request without SCRIPT_FILENAMEJakub Zelenka2020-12-134-6/+80
* | | Ensure consistent error message in phpdbg parserNikita Popov2020-12-022-3/+4
* | | Add const modifier for zend_extension memberscodinghuang2020-12-011-5/+4
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-11-3019-93/+0
|\ \ \ | |/ /
| * | Drop all JIT related XFAILS from phpdbg test suiteChristoph M. Becker2020-11-3019-93/+0
* | | Merge branch 'PHP-8.0'Nikita Popov2020-11-303-0/+3
|\ \ \ | |/ /
| * | Add additional entries to unserialize corpusNikita Popov2020-11-303-0/+3
* | | Merge branch 'PHP-8.0'Christoph M. Becker2020-11-303-3/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2020-11-303-3/+21
| |\ \ | | |/
| | * Fix #76813: Access violation near NULL on source operandChristoph M. Becker2020-11-303-3/+21
* | | Add --repeat testing modeNikita Popov2020-10-301-9/+29
* | | Merge branch 'PHP-8.0'Máté Kocsis2020-10-231-1/+2
|\ \ \ | |/ /
| * | Require stubs to declare return types for magic methods when possibleMáté Kocsis2020-10-231-1/+2
* | | Use ephemeral port in more server testsNikita Popov2020-10-2310-87/+89
* | | Merge branch 'PHP-8.0'Nikita Popov2020-10-211-0/+65
|\ \ \ | |/ /
| * | Add test for zend_extension loadingNikita Popov2020-10-211-0/+65
* | | Merge branch 'PHP-8.0'Nikita Popov2020-10-192-9/+3
|\ \ \ | |/ /
| * | Revert "Fix bug #64865: Use CONTEXT_DOCUMENT_ROOT for scanning dir tree"Nikita Popov2020-10-192-9/+3
* | | Suppress bogus [-Wlogical-op] warning from GCCGeorge Peter Banyard2020-10-101-1/+2
* | | Fix [-Wduplicated-branches] in CLI SAPIGeorge Peter Banyard2020-10-091-5/+1
|/ /
* | Update to mime-db 1.45Nikita Popov2020-10-092-3/+10
* | Review parameter names in ext/pcreMáté Kocsis2020-10-021-10/+10
* | Update ext/standard parameter namesNikita Popov2020-09-291-2/+2
* | Improve default value handling of Exception constructorsMáté Kocsis2020-09-211-2/+2
* | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* | Fix UNKNOWN default value of apache_note()Máté Kocsis2020-09-193-4/+4
* | Run tidyNikita Popov2020-09-1825-40/+40
* | Remove support for EXT_NOPNikita Popov2020-09-181-1/+2
* | Support ephemeral ports in debug serverSara Golemon2020-09-171-35/+65
* | Add missing param type to pcre reflection testMáté Kocsis2020-09-151-1/+1
* | Fix mbstring fuzzerNikita Popov2020-09-111-1/+3
* | Simplify error type filtertwosee2020-09-102-37/+24
* | Adjust assignment line number for matchIlija Tovilo2020-09-084-0/+128
* | Reduce input size limit in execute fuzzerNikita Popov2020-09-072-2/+2
* | Avoid large eval inputs in fuzzerNikita Popov2020-09-071-2/+17
* | Accept zend_string instead of zval in zend_compile_stringNikita Popov2020-09-074-22/+11
* | Disable InfiniteIterator class while fuzzingNikita Popov2020-09-041-0/+2
* | Extend function blacklist in execute fuzzerNikita Popov2020-09-021-1/+3
* | Support cli_server.color on WindowsChristoph M. Becker2020-08-281-2/+10
* | Fix execute fuzzer on i386Nikita Popov2020-08-281-1/+5
* | Rehash function table after disabling functionsNikita Popov2020-08-281-3/+1
* | Fix typoNikita Popov2020-08-271-1/+1
* | Generate execute corpus in generate_all.phpNikita Popov2020-08-273-1/+5
* | Add experimental "execute" fuzzerNikita Popov2020-08-277-58/+160
* | sapi/fpm/config.m4: check for libapparmor's aa_change_profile()Kees Cook2020-08-241-1/+1
* | ensure installed ini don't interfereRemi Collet2020-08-211-1/+1
* | Switch to mime-db as source of extension => MIME mapNikita Popov2020-08-132-28/+210