- Posts: 9
- Thank you received: 0
Okay. Good to know someone's working on it. Any guess when the update will be ready?
Please Log in or Create an account to join the conversation.
> If there is only warning, you can disable warning in php.ini.
Where in php.ini can I disable this (for testing)?
Please Log in or Create an account to join the conversation.
Hi,
in php.ini file you can find display_errors
New setting:
display_errors = Off
You can expect next minor release next week. It will be compatible with php 5.3.
Best regards,
Viljem
Please Log in or Create an account to join the conversation.
> display_errors = Off
Hmmm. I tried that and it didn't make any difference. I'll try again to be sure.
No matter. If the new version is coming next week I can wait for that. Thanks for the good news!
Please Log in or Create an account to join the conversation.
Did you restart Apache?
Otherwise normally for testing server is good to have warning on, but on production server off (not to reveal security information, like file paths etc...)
Best regards,
Viljem
Please Log in or Create an account to join the conversation.