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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Deprecated: Use of "self" in callables is deprecated
Details
The text was updated successfully, but these errors were encountered: