Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ To use the system library
% ./configure --with-libzstd
```

> minimum system libzstd library version to 1.4.0

Install from [pecl](https://pecl.php.net/package/zstd):

``` bash
Expand Down
72 changes: 0 additions & 72 deletions tests/008.phpt

This file was deleted.

4 changes: 0 additions & 4 deletions tests/009.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
--TEST--
zstd_compress(): compress level
--SKIPIF--
<?php
if (LIBZSTD_VERSION_NUMBER < 10304) die("skip needs libzstd 1.3.4");
?>
--FILE--
<?php
include(dirname(__FILE__) . '/data.inc');
Expand Down
4 changes: 0 additions & 4 deletions tests/dictionary_01.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
--TEST--
zstd_compress_dict(): compress level
--SKIPIF--
<?php
if (LIBZSTD_VERSION_NUMBER < 10304) die("skip needs libzstd 1.3.4");
?>
--FILE--
<?php
include(dirname(__FILE__) . '/data.inc');
Expand Down
4 changes: 0 additions & 4 deletions tests/streams_5.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
--TEST--
compress.zstd streams with dictionary
--SKIPIF--
<?php
if (LIBZSTD_VERSION_NUMBER < 10400) die("skip needs libzstd 1.4.0");
?>
--FILE--
<?php
include(dirname(__FILE__) . '/data.inc');
Expand Down
Loading