Uh oh!
There was an error while loading. Please reload this page.
Work around Unix domain socket (UDS) paths for Mac OS X - #123
Conversation
clue
left a comment
There was a problem hiding this comment.
Thank you for spotting, reporting this upstream and filing this here! LGTM, let's get this in ![]()
clue
commented
Oct 7, 2017
For the reference: This fix builds on top of #100 which landed in v0.8.0. Both are actually work-arounds for bugs in PHP, the first of which has been fixed in PHP 7.1.7 and the second has just been merged today and is due in the next PHP release. |
andig
commented
Oct 10, 2017
Would it be possible to release this as soon as possible? Would be nice to get UDS support into the wild without depending on dev-master. |
clue
commented
Nov 9, 2017
For the reference: This work-around is no longer required in PHP versions 7.0.25+ and 7.1.11+ now that the fix is in via php/php-src@843e492. This work-around does no harm and we'll keep this to support older PHP versions 👍 |
This is an improvement over #92 that handles the new OSX-specific failure introduced by the initial fix for https://bugs.php.net/bug.php?id=74556.