We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PHP Deprecated: Function strptime() is deprecated in
php-crm-toolkit/src/AbstractClient.php
Lines 204 to 205 in 29d86be
See https://www.php.net/manual/en/function.strftime.php See https://php.watch/versions/8.1/strftime-gmstrftime-deprecated
The text was updated successfully, but these errors were encountered:
if your php version is 8.1 or later, this is working. php 9 have not working, please check your php version
Sorry, something went wrong.
@wenuri-cloude it generates a deprecation warning, that's all. In php 9 it's supposed to be bypassed altogether.
I removed php 8.1+ deprecated in https://github.com/miranovy/php-crm-toolkit
No branches or pull requests
PHP Deprecated: Function strptime() is deprecated in
php-crm-toolkit/src/AbstractClient.php
Lines 204 to 205 in 29d86be
See https://www.php.net/manual/en/function.strftime.php
See https://php.watch/versions/8.1/strftime-gmstrftime-deprecated
The text was updated successfully, but these errors were encountered: