-
-
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]: PHP7.2, PHALCON 4.0.2, $this->cache->getKeys(), Use error reporting in the controller #14714
Comments
Can you explain a bit more what the issue is? |
--CONFIG --CONTROLLER --ERROR |
Thank you. We will investigate this. |
Okay, thank you! |
i think problem getKeys need prefix. |
Thank you. But not for that reason. 3.4 uses the function querykeys(). If 4. X is changed to getkeys(), an error will be reported. This function does not need a prefix |
@as882301 Could you try picking a dll from AppVeyor https://ci.appveyor.com/project/sergeyklay/cphalcon Othewise I would like to close this issue and it can be re-opened if it still occurs in 4.0.3 |
Gonna close then assuming it's fixed. If this this is still occurring after our 4.0.3 release please re-open. |
public function indexAction()
{
$aa = $this->cache->getKeys();
var_dump($aa);
die();
}
Use error reporting in the controller
The text was updated successfully, but these errors were encountered: