From ed9996b80e7e00b575e02e2456b1aee5a060cab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 19 Aug 2017 13:57:55 +0200 Subject: [PATCH] Revert "Updating Stream dependency fixes legacy PHP < 5.4 issues" This reverts commit ddf1984c57ae99bcb2cbeac4616273063a6e7d9b. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edef077..6fd6c00 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ These inconsistencies exist in the underlying PHP engines and there's little we * PHP 7 only: Compressing an empty string does not emit any data (not a valid compression stream) * HHVM only: does not currently support the GZIP and ZLIB format at all (and does not raise an error) * 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. +* PHP 5.3 only: Tends to SEGFAULT occasionally on shutdown? Our test suite contains several test cases that exhibit these issues. If you feel some test case is missing or outdated, we're happy to accept PRs! :)