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
Hi,
the script found 2 php.ini. All of them have a correct date.timezone. But in the output I see this:
At Line 27 you set PHPINITIMEZONEMISSING=false
And at Line 294 to 302 you set this to "true" if you find a php.ini without a correct date.timezone. Right?
So, then in my opinion Line 588 should be:
if [ ${PHPINITIMEZONEMISSING} = true ]
Otherwise the If Statement is everytime true.
Greetings
My System: Ubuntu Server 16.04.6 x64
The text was updated successfully, but these errors were encountered:
Good catch! Thank you.
Sorry, something went wrong.
widhalmt
No branches or pull requests
Hi,
the script found 2 php.ini. All of them have a correct date.timezone. But in the output I see this:
At Line 27 you set PHPINITIMEZONEMISSING=false
And at Line 294 to 302 you set this to "true" if you find a php.ini without a correct date.timezone.
Right?
So, then in my opinion Line 588 should be:
if [ ${PHPINITIMEZONEMISSING} = true ]
Otherwise the If Statement is everytime true.
Greetings
My System: Ubuntu Server 16.04.6 x64
The text was updated successfully, but these errors were encountered: