protocolbuffers/protobuf

Make PHP Extension thread-safe

Open

#6,506 opened on Aug 13, 2019

View on GitHub
 (6 comments) (4 reactions) (0 assignees)C++ (16,128 forks)batch import
help wantedphp

Repository metrics

Stars
 (71,223 stars)
PR merge metrics
 (Avg merge 2d 11h) (185 merged PRs in 30d)

Description

What language does this apply to? PHP

Describe the problem you are trying to solve. I need the PHP extension to be thread-safe in order to use it in a multithreading environment in PHP.

Additional context see also https://github.com/krakjoe/parallel/issues/78

Contributor guide