Skip to content
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]: Deprecated: Use of "static" in callables is deprecated #16619

Open
xiaochong0302 opened this issue Jul 7, 2024 · 0 comments
Open

[BUG]: Deprecated: Use of "static" in callables is deprecated #16619

xiaochong0302 opened this issue Jul 7, 2024 · 0 comments
Labels
bug A bug report status: unverified Unverified

Comments

@xiaochong0302
Copy link

xiaochong0302 commented Jul 7, 2024

i use the latest version of zephir_parser and zephir, althought it is noticed that issue has resolved in v5.6,but it recurred in v5.7

Deprecated: Use of "static" in callables is deprecated

$account = Account::findFirst([
            'conditions' => 'id = :id:',
            'bind' => ['id' => $id],
        ]);

Deprecated: Use of "self" in callables is deprecated

$count = Account::count();

Details

Phalcon version: 5.7.0
PHP Version: 8.2
Operating System: Debian 11
Installation type: PECL
Zephir version (if any): 0.17.0
Server: nginx
@xiaochong0302 xiaochong0302 added bug A bug report status: unverified Unverified labels Jul 7, 2024
@xiaochong0302 xiaochong0302 changed the title [BUG]: [BUG]: Deprecated: Use of "static" in callables is deprecated Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: unverified Unverified
Projects
None yet
Development

No branches or pull requests

1 participant