Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

[Zend\Filter\Compress] added PHP 5.4 support for strings in Bz2 and Gz decompress #5839

Merged
merged 2 commits into from
Feb 18, 2014

Conversation

wdJer
Copy link

@wdJer wdJer commented Feb 18, 2014

With this PR Zend\Filter\Compress\Bz2 and Zend\Filter\Compress\Gz are capable of decompressing Strings in PHP 5.4 without throwing a Warning like stated in #5788
In my research I found out, that the only problem are null byte characters, so we go for a check if there is a null byte char in the given content.
The skipped tests are working now in PHP >= 5.4

@ghost ghost assigned Maks3w Feb 18, 2014
Maks3w added a commit that referenced this pull request Feb 18, 2014
Maks3w added a commit that referenced this pull request Feb 18, 2014
Maks3w added a commit that referenced this pull request Feb 18, 2014
@Maks3w Maks3w merged commit 413ed9f into zendframework:master Feb 18, 2014
gianarb pushed a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants