Skip to content

Chore/minimum system libzstd version #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 10, 2025
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