puppet-php icon indicating copy to clipboard operation
puppet-php copied to clipboard

Zeromq extension can't be used by more that one version of PHP

Open mattheath opened this issue 12 years ago • 0 comments

This causes a resource conflict with the source code repository cache as the same resource is defined multiple times.

Likely an issue with any extension that uses the git provider as the provider depends on a cloned repository which will be defined using the repository type within the extension class.

mattheath avatar Mar 15 '13 21:03 mattheath