kjdev / php-ext-zstd

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

Windows release #14

Closed marcing closed 4 years ago

marcing commented 5 years ago

Hi!

Since zstd is available also on Windows, would you consider releasing your extension on https://pecl.php.net/ together with dll's?

Thank you, Marcin

kjdev commented 5 years ago

We are not examining because the Windows Build environment is not ready.

marcing commented 5 years ago

If in future it's possible to provide way of compiling .dll for Windows I would be grateful. Thank you.

remicollet commented 5 years ago

@kjdev I also think than publishing this extension on pecl will give it more visibility, so more users (and I can probably help on this)

@weltling @cmb39 would you have some spare time to look at the config.w32 ?

probably better to use the shared libzstd if available (but as I can see rdkafka extension DLL, it is probably already there)

cmb69 commented 4 years ago

Sorry for being late, but I didn't get the notification (my handle is @cmb69). Anyhow, PR #33 should provide the basics for having Windows DLLs on the PECL Website. These builds should be triggered as soon as a new version with config.w32 is released.

kjdev commented 4 years ago

PR #33 was imported and a new version (0.9.0) was created.

Windows DLLs are now also created.

https://pecl.php.net/package/zstd

marcing commented 4 years ago

So cool. Thanks!!!