Skip to content

Commit 461564b

Browse files
committed
Prepared a 1.0.0b1 release (including a refresh of doxygen.ini and streamlined extrasetup.php).
1 parent 589a23e commit 461564b

File tree

5 files changed

+1720
-1030
lines changed

5 files changed

+1720
-1030
lines changed

RELEASE-1.0.0b1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Fixed a streaming issue with newer PHP 5.6 versions and later.
2+
* 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().
3+
* Doc and test fixes that now ensure large code coverage.

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
},
2424
"suggest": {
2525
"pear2/cache_shm": "Enables persistent connections",
26-
"ext-apc": "This or Wincache is required for persistent connections.",
27-
"ext-wincache": "This or APC is required for persistent connections. Reccomended instead of APC on Windows.",
26+
"ext-apc": "This, APCu or Wincache is required for persistent connections.",
27+
"ext-apcu": "This, APC or Wincache is required for persistent connections.",
28+
"ext-wincache": "This, APC or APCu is required for persistent connections. Reccomended for Windows.",
2829
"ext-openssl": "Enables encrypted connections."
2930
},
3031
"autoload": {

0 commit comments

Comments
 (0)