Closed sneakyimp closed 8 months ago
any support for php 8.2 ?
any support for php 8.2 ?
It doesn't seem so. I've had no responses at all to my posts here in weeks.
Sorry fellas I haven't had alot of time lately. I'll take a look into this as soon as I can.
It looks as though Zephir does not support PHP 8.2 yet
https://github.com/zephir-lang/zephir/releases/tag/0.16.3
Having that said, if you have a fix @sneakyimp can you submit a PR?
Otherwise, you could try the latest code on master, I recompiled the extension with the latest (0.16.3) version of Zephir. Maybe it'll work. If not, we can wait until Zephir offers PHP 8.2 support.
Ok this should be fixed in version 3.0.3 on PECL and on the latest master branch
I have carefully followed the instructions for manually compiling the Tensor extension.
make
failed with output ending in the following errors:I have also attempted to build the commit described by myfluxi in issue #33 and the make/compile succeeds but the resulting shared library has very strange behavior, segfaulting when certain comments are in place, and producing incorrect dimensions for a matrix multiplication operation.