You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<notes>* Fixed a streaming issue with newer PHP 5.6 versions and later.
28
-
* Stream::setIsBlocking() is only implicitly called if needed (i.e. for encrypted connections), ensuring compatibility with web hosts that for bizzare reasons have disabled stream_set_blocking().
29
-
* Doc and test fixes that now ensure large code coverage.</notes>
27
+
<notes>* Fixed "failed to parse address" error that occurs in patched PHP versions for Debian 7 and Ubuntu 16.04.
28
+
- **NOTE:** Persistent connections still fail in those environments, and there's no possible workaround, short of getting a non-patched PHP version or upgrading to Debian 8 or Ubuntu 16.10.</notes>
30
29
<contents>
31
30
<dirname="/">
32
31
<dirname="docs"baseinstalldir="/">
@@ -40,7 +39,9 @@ This package abstracts this away, so that when you want to get exactly N amount
0 commit comments