How to get gRPC DLL for PHP on Windows

I have PHP 8.3.1 on Windows. I need the gRPC DLL for this version. But I can only find gRPC for PHP up to 8.1: pecl.php.net/package/gRPC/1.43.0/windows

This is gRPC 1.43.0.

I tried this version of gRPC (1.43.0) with PHP 8.3.1 and got the following when I ran php -v

Warning: PHP Startup: grpc: Unable to initialize module
Module compiled with module API=20210902
PHP    compiled with module API=20230831
These options need to match
 in Unknown on line 0
PHP 8.3.1 (cli) (built: Dec 20 2023 14:06:10) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.3.1, Copyright (c) Zend Technologies

How can I get the gRPC DLL for PHP 8.3.1 on Windows?

Read more here: Source link