kjdev / php-ext-zstd

Zstd Extension for PHP
MIT License
201 stars 27 forks source link

Error when building for PHP 8.2 on Debian Buster with system lib #63

Closed fabiang closed 5 months ago

fabiang commented 5 months ago

Does not compile with the following error:

159.0 2: /tmp/zstd/zstd-0.13.1/zstd.c: In function 'php_zstd_comp_write':
159.0 2: /tmp/zstd/zstd-0.13.1/zstd.c:626:13: error: 'ret' undeclared (first use in this function); did you mean 'res'?
159.0 2:              ret += count;
159.0 2:              ^~~
159.0 2:              res

I guess it's a typo in the variable name?

fabiang commented 5 months ago

I can confirm that it's working now