-
Notifications
You must be signed in to change notification settings - Fork 6
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
Doesn't work on PHP 8.1 #2
Comments
This is not a doc issue, please open an issue on the relevant project: https://github.com/php/pecl-math-trader |
Trader 0.5.1 works fine for me with latest PHP 8.1. Please provide details what doesn't work for you. |
I use the trader_sma, trader_ema, trader_dema,trader_tema, trader_kama and trader_tsf functions to calculate the most optimal indicators to use with crypto. But maybe you're right and if all these functions work for you in PHP8.1 I'll have to check my PHP better. I'll check it first. Thanks |
I've checked again but I get the following message with php -v : PHP Warning: PHP Startup: trader: Unable to initialize module |
You can't use a module built for PHP 8.0 with PHP 8.1. You need to rebuild the trader module (or fetch a suitable binary); try |
From manual page: https://php.net/book.trader
I'm waiting a long time now for someone who can update this version so it works with PHP 8.1 (8.1.12 at this moment).
I'm using Ubuntu with PHP 8.0 and it works great but I really like to move to PHP 8.1
The text was updated successfully, but these errors were encountered: