Skip to content

PHP: PROTOBUF NOT LOADING #4023

@pjebs

Description

@pjebs

On Linux Alpine, protobuf does not install. grpc does however.

Specifically (DOCKER):

[redacted]
FROM php:7.2-fpm-alpine3.6

# Install grpc library
RUN pecl install grpc \
	&& pecl install protobuf \
    && docker-php-ext-enable grpc protobuf

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions