Skip to content

Commit

Permalink
Prepared a 1.0.0b1 release (including a refresh of doxygen.ini and st…
Browse files Browse the repository at this point in the history
…reamlined extrasetup.php).
  • Loading branch information
boenrobot committed Nov 7, 2016
1 parent 589a23e commit 461564b
Show file tree
Hide file tree
Showing 5 changed files with 1,720 additions and 1,030 deletions.
3 changes: 3 additions & 0 deletions RELEASE-1.0.0b1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed a streaming issue with newer PHP 5.6 versions and later.
* 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().
* Doc and test fixes that now ensure large code coverage.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
},
"suggest": {
"pear2/cache_shm": "Enables persistent connections",
"ext-apc": "This or Wincache is required for persistent connections.",
"ext-wincache": "This or APC is required for persistent connections. Reccomended instead of APC on Windows.",
"ext-apc": "This, APCu or Wincache is required for persistent connections.",
"ext-apcu": "This, APC or Wincache is required for persistent connections.",
"ext-wincache": "This, APC or APCu is required for persistent connections. Reccomended for Windows.",
"ext-openssl": "Enables encrypted connections."
},
"autoload": {
Expand Down
Loading

0 comments on commit 461564b

Please sign in to comment.