crazywhalecc / static-php-cli

Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.
https://static-php.dev
MIT License
1.33k stars 233 forks source link

Support PHPRedis 6.0 #538

Closed mpociot closed 2 months ago

mpociot commented 2 months ago

Is there a technical reason why the PHPRedis extension is not being used in the latest version, which is 6.x?

https://github.com/phpredis/phpredis

crazywhalecc commented 2 months ago

Currently it is fixed version 5.3.7, and the latest version theoretically should not have compilation problems. I probably just forgot to support the latest branch.

I've tested building 6.0.2 on my Linux server, and the only things need to do is supporting different license file between 5.x and 6 .