-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make fails on Ubuntu 20, PHP 8.2 #34
Comments
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.
The text was updated successfully, but these errors were encountered: