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
After compiling PHP, the time zone is set incorrectly
Warning: PHP Startup: Invalid date.timezone value 'MSK', using 'UTC' instead in Unknown on line 0
It's caused by
PHP-Binaries/compile.sh
Line 1250 in 11db5a5
cat /etc/timezone
This returns correct timezone for me (Europe/Moscow)
The text was updated successfully, but these errors were encountered:
Not sure if this will work on macOS (or more esoteric *nixes)
Sorry, something went wrong.
No branches or pull requests
Description
After compiling PHP, the time zone is set incorrectly
It's caused by
PHP-Binaries/compile.sh
Line 1250 in 11db5a5
Suggested solution
This returns correct timezone for me (Europe/Moscow)
The text was updated successfully, but these errors were encountered: