Skip to content
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

Update orvfms.php #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

javaftper
Copy link

Socket time sync was broken by a php update. Added intval() cast to fix php 8.x error (dechex can't convert float now). This is backwards compatible with php 6 and 7. No need to check is_int- max time is 1642204800.

Socket time sync was broken by a php update.  Added intval() cast to fix php 8.x error (dechex can't convert float now).  This is backwards compatible with php 6 and 7.  No need to check is_int- max time is 1642204800.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant