extra-php-extensions icon indicating copy to clipboard operation
extra-php-extensions copied to clipboard

Added `parallel` extension

Open hschimpf opened this issue 2 years ago • 1 comments

Extension reference

  • https://php.net/parallel

Dependencies

  • AWS Lambda PHP layer compiled with ZTS flag enabled, please refer to https://github.com/brefphp/aws-lambda-layers/pull/63

Current CI / Build and test layer will fail because this extension needs PHP with ZTS enabled.

hschimpf avatar Apr 19 '23 00:04 hschimpf

I think we would need to disable the build and publication of layers for this layer? (because it requires ZTS)

mnapoli avatar Apr 28 '23 09:04 mnapoli