Posts

Showing posts with the label gRPC extension

How to solve PHP cannot find php_grpc.dll extension in gRPC installation on windows #7

Image
How to install or enable the gRPC (php_grpc.dll) extension in PHP to meet requirement for Google Cloud PHP Firestore package in Windows and Linux Operating System. For Windows Platform: Visit the official PECL website  https://pecl.php.net/package/grpc  for downloading the gRPC dll file directly. (PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for downloading and development of PHP extensions.) Now you have to select latest version (in our case 1.27.0) and stable state and in the downloads section, you have to click of DLL link On click of DLL link, you will have option of different php version Now you have to select as per your PC configuration and PHP version. The most default case will have 64 bit Thread Safe. So will click on link 7.4 Thread Safe (TS) x64. It will download a zip folder name "php_grpc-1.27.0...