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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@ These inconsistencies exist in the underlying PHP engines and there's little we
141
141
* PHP 7 only: Compressing an empty string does not emit any data (not a valid compression stream)
142
142
* HHVM only: does not currently support the GZIP and ZLIB format at all (and does not raise an error)
143
143
* 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?
144
145
145
146
Our test suite contains several test cases that exhibit these issues.
146
147
If you feel some test case is missing or outdated, we're happy to accept PRs! :)
0 commit comments