- 
    Bug 
- 
    Resolution: Unresolved
- 
    Major 
- 
    None
- 
    4.0.0-a1
- 
    None
- 
    PHP 8.4
Report: https://www.phpbb.com/community/viewtopic.php?p=16082743#p16082743
Diff engine declares $final1 and $final2 properties of class diff3_op as protected:
but refers them dynamically from outside:
Hence the error in advanced update package:
PHP Fatal error: Uncaught Error: Cannot access protected property diff3_op::$final1 in [ROOT]/install/update/new/includes/diff/diff.php:570

