Skip to content

Commit ddf1984

Browse files
committed
Updating Stream dependency fixes legacy PHP < 5.4 issues
1 parent eecd4df commit ddf1984

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ These inconsistencies exist in the underlying PHP engines and there's little we
141141
* PHP 7 only: Compressing an empty string does not emit any data (not a valid compression stream)
142142
* HHVM only: does not currently support the GZIP and ZLIB format at all (and does not raise an error)
143143
* HHVM only: The [`zlib.deflate` filter function](https://github.com/facebook/hhvm/blob/fee8ae39ce395c7b9b8910dfde6f22a7745aea83/hphp/system/php/stream/default-filters.php#L77) buffers the whole string. This means that compressing a stream of 100 MB actually stores the whole string in memory before invoking the underlying compression algorithm.
144-
* PHP 5.3 only: Tends to SEGFAULT occasionally on shutdown?
145144

146145
Our test suite contains several test cases that exhibit these issues.
147146
If you feel some test case is missing or outdated, we're happy to accept PRs! :)

0 commit comments

Comments
 (0)