summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-162-12/+10
* Reference dynamic functions through dynamic_defsNikita Popov2021-03-011-0/+7
* Improve SPL directory and stat() cache using zend_srting* instead of char*Dmitry Stogov2021-02-261-4/+4
* Merge branch 'PHP-8.0'Nikita Popov2021-02-241-0/+1
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Felipe Pena2021-02-241-0/+1
| |\
| | * Fix bug #80757 (Exit code is 0 when could not open file)Felipe Pena2021-02-241-0/+1
* | | Improve class entry generationMáté Kocsis2021-02-161-1/+0
* | | Enable class entry generation for sapi extensionsMáté Kocsis2021-02-142-2/+3
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-021-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-021-1/+1
| |\ \ | | |/
| | * Update year to 2021Peter Kokot2021-02-021-1/+1
| | * 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
* | | Replace zend_bool uses with boolNikita Popov2021-01-1523-82/+82
* | | 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
* | | Restrict allowed usages of $GLOBALSNikita Popov2021-01-061-2/+1
* | | 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