Fix API connection issues on PHP 7.3 #19
Labels
No Label
Bug
Feature Request
Other
Planned Feature
Planning
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: timw4mail/HummingBirdAnimeClient#19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While everything seems to work correctly with PHP 7.2 for the 4.1 release version, testing with PHP 7.3 the api client is not resolving dns correctly, making the client virtually useless.
Find a fix/workaround for this dns issue.
A workaround that exists is to disable PHP opcache. Still looking into what the real cause of this might be.