You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling the powerfull ext using phpize, configure and make throw several warnings, concerning zend ptrs.
Nevertheless the lib seems to works, but throws this warning at each php bootstraps
PHP Deprecated: Return type of Tensor\Vector::offsetGet($index) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
PHP Deprecated: Return type of Tensor\Vector::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
PHP Deprecated: Return type of Tensor\Matrix::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in Unknown on line 0
Compiled on a Mac Mini, 10.15.7, all needed libs installed with Brew, php 8.1.10
Regards 🙂
The text was updated successfully, but these errors were encountered:
Compiling the powerfull ext using phpize, configure and make throw several warnings, concerning zend ptrs.
Nevertheless the lib seems to works, but throws this warning at each php bootstraps
Compiled on a Mac Mini, 10.15.7, all needed libs installed with Brew, php 8.1.10
Regards 🙂
The text was updated successfully, but these errors were encountered: