git clone --depth 1 --branch php-8.3.3 https://github.com/php/php-src.git
cd php-src
cd ext
git clone --depth 1 --branch 6.0.2 --recurse-submodules https://github.com/phpredis/phpredis.git
cd ..\..
phpsdk_deps --update --branch 8.3
buildconf
-- собираем ThreadSafe версию
configure --enable-redis=shared --enable-redis-session --enable-redis-igbinary
nmake
--собираем NonThreadSafe версию
configure --enable-redis=shared --enable-redis-session --enable-redis-igbinary --disable-zts
-- почему-то не работает вот такой вариант
configure --enable-redis=shared --enable-redis-session --enable-redis-igbinary --enable-redis-lzf --with-liblzf=ext\phpredia\liblzf --enable-redis-zstd --enable-redis-lz4
PHP 8.3 php_redis.dll
php_redis-6.0.2-8.3-nts-vs16-x64.zip
php_redis-6.0.2-8.3-ts-vs16-x64.zip