-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG]: Use of "static" in callables is deprecated #16307
Comments
Same issue. |
It seems to happen with other methods as well. |
Seems to be fixed in current versions of PHP, closing for now. |
@Jeckerson which version is that exactly? I am on PHP |
I still get these error on PHP 8.2.9 and Phalcon 5.2.3 |
Same... |
This was only partially resolved: #16376 (comment) EDIT: open bug report: #16263 |
Is there any update? This is still happening for me with Phalcon 5.4.0 and PHP 8.2.12 |
Still work in progress. This is hidden deep in Zephir and @Jeckerson has been working to clean things up and fix it. We have not forgotten this for sure. |
Hi, is there any updates? prediction release date? |
Not yet I'm afraid. We still have other issues to address before this one gets in the pipeline. Sadly the only hack one can do is reduce the error level on the server - yeah I know it is not a solution, it sucks, but that is what we have for now. |
Active support for PHP 8.1 has already ended. |
The same error is also in the latest version. I'm using PHP v8.2.13 & Phalcon v5.4.0. |
Is this fixed in Phalcon 5.5? |
Still, I'm getting the same warnings with the Phalcon 5.5.0 and PHP 8.2.14. |
No. 5.6 same error |
Same problem in PHP 8.3 and Phalcon 5.6 PECLphp -v
pecl info phalcon
To reproduce - make a minimal Phalcon App:Works
Doesn't work
Error
|
Looks like this will be fixed in the next release zephir-lang/zephir#2405 |
Thanks for all your hard work @niden, confirmed is fixed for me in 5.6.1 with PHP 8.3 |
It was all @Jeckerson bud :) Glad to hear that there are no issues with it. On to new stuff :) |
Describe the bug
It throws ErrorException while using model's static method
find()
.To Reproduce
Expected behavior
No error.
Details
The text was updated successfully, but these errors were encountered: