Sebastian

Results 4 comments of Sebastian

Same issue here. PHP 7.4.33 in TYPO3 and cli TYPO3 10.4.36 ig_ldap_sso_auth Version 3.7.1

The folder ForwardCompatibility does not exists in my installation. I download the core sources via wget. But in TYPO3 11 the folder ForwardCompatibility exists, but not in TYPO3 10.

The problem may be are the child arrays and maybe this is the solution: add this function to scssphp/src/Compiler.php ``` protected function diff_recursive($array1, $array2) { $difference=array(); foreach($array1 as $key =>...