php-ext-zstd
php-ext-zstd copied to clipboard
Zstd Extension for PHP
/Downloads/php-ext-zstd-0.11.0/zstd.c:50:10: fatal error: 'zstd.h' file not found #include "zstd.h" ^~~~~~~~ 1 error generated. make: *** [zstd.lo] Error 1
I found out that is impossible to decompress form a file handler reading chunks. I have a very big file that have compressed data starting from an offset. i have...
Zstd submodule has been updated from 1.5.0 to 1.5.2 in the master branch but there has not been an associated release, could there possibly be one to allow removing dependency...
It would greatly grease the wheels of adoption if this had an ubuntu / apt install option
This extension doesn't save a decompressed size field value making it impossible to decompress strings compressed by this using any other binding such as ZstdNet.
try use zstd_uncompress with binary file, return false without error message. the `1.zstd` binary is generate from nodejs with https://github.com/Stieneee/node-zstd.git. can be decode with nodejs. node-zstd encode data can be...
Hi and late Happy Easter all! As the title suggests, no issue in the buggy sense. I ran some [benchmarks](https://github.com/jab4/zstdtest) against a 4 MB HTML file: ``` # none......: 4,039,229...
I am pleased to announce that this extension is now compiled for Windows by the PHP Extension Repository site. You can download the DLLs on the extension page: https://phpext.phptools.online/extension/file-formats/zstd-334 If...
Currently, the PHP extension for Zstandard (zstd) is missing the ZSTD_getFrameContentSize function, which is available in the underlying Zstandard library. This function is not only useful for determining the size...
Hi, I maintain the PHP ports in MacPorts and I just discovered that the zstd extension will check for the presence of the APCu extension at build time: https://github.com/kjdev/php-ext-zstd/blob/0bf5825ad683e637211a0eacec4fe545992f5b67/config.m4#L105-L112 Now...