summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-02-023-3/+3
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-023-3/+3
| |\
| | * Update year to 2021Peter Kokot2021-02-023-3/+3
| | * Revert "Fix #76813: Access violation near NULL on source operand"Christoph M. Becker2021-01-113-21/+3
* | | Remove unused mmap member in phpdbg_file_sourceNikita Popov2021-01-261-3/+0
* | | Fixed crash in ZTS build with --repeat optionDmitry Stogov2021-01-211-0/+1
* | | Replace zend_bool uses with boolNikita Popov2021-01-1533-114/+114
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-113-21/+3
|\ \ \ | |/ /
| * | Revert fix for bug 76813 and re2c version bumpChristoph M. Becker2021-01-113-21/+3
* | | Fuzzer: Gracefully handle hashes that cannot be serializedNikita Popov2021-01-111-1/+7
* | | Restrict allowed usages of $GLOBALSNikita Popov2021-01-061-2/+1
* | | 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