-
Notifications
You must be signed in to change notification settings - Fork 498
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
Needs PHP 8 support #326
Comments
hi Compunect, I'm running php 8.0.3. thank you dmzoneill@dave-x1e2:~/src/php-binance-bot$ php --version |
Hi, I ran the same error in laravle cron BinanceService:
}
}` I only get this error when running through cron. php version: 8.0.3 |
This issue should be related to this: https://stackoverflow.com/questions/65297279/required-parameter-xxx-follows-optional-parameter-yyy
Since |
I have also encountered this error:
The correct update should be to replace
|
this should be resolved by |
@dmzoneill I suppose that is 341 and not 342? For the 2nd PHP item from @jianjye , do you want to split it into another issue? @jianjye Should it not return 0 and 1? According to https://www.php.net/manual/en/language.types.boolean.php -1 results in true! Or better, should it not be ? false : true to be more clear? (Haven't checked PHP 8 yet...) |
@ePascalC The Sure we can separate this as a different issue. |
@jianjye ah of course, you are right! Let me push that in. Thx. |
Title
Short Description:
The Api does not support the current PHP version.
I've no idea how big the scope of the problem is, the first deprecated warnings appear quite early
I believe this needs a full evaluation to bring the API up to date, without PHP 8 support it's destined to die
php version:
The text was updated successfully, but these errors were encountered: