Closed mlocati closed 1 year ago
Hi @mlocati, I was checking out this very welcome PR with the code below that segfaults on PHP 8.2 on Ubuntu and MacOS. Was this a 8.2 compatibility fault that this PR will address or is it a different area of work?
<?php
$matrix = Tensor\Matrix::ones(2,2);
$matrix->inverse();
Thankyou!
Was this a 8.2 compatibility fault that this PR will address or is it a different area of work?
Nope, I just fixed a couple of deprecation warnings about classes extending ArrayAccess / IteratorAggregate
Thank you @mlocati!
Fix #35