summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* Ensure consistent error message in phpdbg parserNikita Popov2020-12-022-3/+4
* Add const modifier for zend_extension memberscodinghuang2020-12-011-5/+4
* Drop all JIT related XFAILS from phpdbg test suiteChristoph M. Becker2020-11-3019-93/+0
* 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
* | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* | Remove support for EXT_NOPNikita Popov2020-09-181-1/+2
* | Simplify error type filtertwosee2020-09-101-25/+18
* | Adjust assignment line number for matchIlija Tovilo2020-09-084-0/+128
* | Accept zend_string instead of zval in zend_compile_stringNikita Popov2020-09-074-22/+11
* | Disable report_zend_debug by defaultNikita Popov2020-08-121-12/+1
* | Fixed bug #62294Nikita Popov2020-08-101-1/+0
* | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-3/+2
* | Accept zend_object* in zend_get_exception_baseNikita Popov2020-08-071-11/+8
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-6/+6
* | Add more argument types to stubsMáté Kocsis2020-08-071-3/+1
* | Disable JIT for PHPDBGDmitry Stogov2020-07-211-0/+12
* | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | Remove proto comments from C filesMax Semenik2020-07-061-16/+12
* | Use zend_string_equals API in a couple placesNikita Popov2020-07-031-1/+1
* | Make exit() unwind properlyNikita Popov2020-06-291-0/+5
* | 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-241-1/+2
* | Remove unnecessary initialization in phpdbg webhelperNikita Popov2020-06-231-1/+1
* | Fix Haiku buildDavid Carlier2020-06-191-0/+3
* | Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0)Christoph M. Becker2020-06-161-2/+2
* | Add zend_call_known_function() API familyNikita Popov2020-06-091-1/+1
* | Constify char * arguments of APIstwosee2020-06-085-23/+17
* | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-052-2/+2
* | Fix phpdbg watchpoints wrt. negative_array_index RFCChristoph M. Becker2020-06-051-3/+5
* | Fix typo in skipif sectionNikita Popov2020-06-031-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-06-031-1/+3
|\ \ | |/
| * Skip new watch point test under asanNikita Popov2020-06-031-0/+6
* | Skip new test case on Windows when JIT is enabledChristoph M. Becker2020-06-021-0/+6
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-023-7/+55
|\ \ | |/
| * Fix #73927: phpdbg fails with windows error prompt at "watch array"Christoph M. Becker2020-06-023-7/+55
* | Mark several phpdbg tests as xfailChristoph M. Becker2020-05-2717-0/+84
* | Improve type error messages when an object is givenMáté Kocsis2020-05-261-2/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-266-8/+28
|\ \ | |/
| * Make phpdbg test portableChristoph M. Becker2020-05-261-1/+1
| * Fix several mostly Windows related phpdbg bugsChristoph M. Becker2020-05-264-6/+26
| * Fix #73926: phpdbg will not accept input on restart executionChristoph M. Becker2020-05-261-1/+1
* | Add --file-cache-prime/use options to run-testsNikita Popov2020-05-201-1/+1
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-191-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-191-1/+1
| |\
| | * Fix INI setting member nameChristoph M. Becker2020-05-191-1/+1
* | | Fix phpdbg test with JITNikita Popov2020-05-181-1/+1
* | | Remove some uses of zend_inline_hash_funcNikita Popov2020-05-152-9/+9
* | | Add stubs for some SAPIsMáté Kocsis2020-05-143-31/+43
* | | Fix [-Wundef] warning in PHPDBG SAPIGeorge Peter Banyard2020-05-121-3/+3