master
Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)
Fix GH-12962: Double free of init_file in phpdbg_prompt.c
Use EXPECT instead of EXPECTF when possible
Drop all JIT related XFAILS from phpdbg test suite
Sync leading and final newlines in *.phpt sections
PHPDBG: fix bug parsing 3-word opcodes
zend_compile: Deprecate backticks as an alias for `shell_exec()` (#19443)
Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)
Fixed bug #73794 (Crash (out of memory) when using run and # command separator)
fix bug #76801: phpdbg too many open files error
Close PHP tags in tests
Fix #81135 unknown help topic in phpdbg fails assertion
Exclude opcache from a few opcode related tests
Include the source location in Closure names (#13550)
replace phpdbg custom opcode dumper with O+ dump (#7227)
Fix zend_vm_call_opcode_handler (e.g. Generators throwing exceptions) with IP/FP registers
Fix GH-14553: Bug in phpdbg8.3 (also 8.1 and 8.2) echo output - trimmed at NULL byte (?)
Fix GH-12675: MEMORY_LEAK in phpdbg_prompt.c
Use getenv to prevent undefined key warning
Fix GH-13681: segfault when adding watchpoint fails.
Fix GH-13931: Applying zero offset to null pointer in Zend/zend_opcode.c
Fix GH-15208: Segfault with breakpoint map and phpdbg_clear()
Add necessary SKIPIFs to new phpdbg tests
Fix GH-15268: heap buffer overflow in phpdbg (zend_hash_num_elements() Zend/zend_hash.h)
Fix GH-15901: phpdbg: Assertion failure on `i funcs`
Fix GH-16174: Empty string is an invalid expression for phpdbg-ev
Fix GH-16181: phpdbg: exit in exception handler reports fatal error
Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1
Restrict allowed usages of $GLOBALS
Adjust assignment line number for match
Fix leaks from bug #70138
Fixed issue getting executable lines from custom wrappers
Deprecate implicit nullable parameter types (#12959)
Update phpdbg oplog test
Fix 'can not' in error messages
Merge branch 'PHP-8.2' into PHP-8.3
Fix opcache dump varying tmps
Fix crashes in function registration + test
Fix memory leak in phpdbg calling registered function
Added "argv" and "argc" as known strings. Fixed incorrect "argc" update and corresponding phpdbg test.
Improve tests on 32bit
Pass opline as argument to opcode handlers in CALL VM
Fix phpdbg segmentation fault in case of malformed input