Fix API connection issues on PHP 7.3 #19
Loading…
x
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.