Skip to content

PECL for multiple PHP versions #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 7, 2021
Merged

Conversation

boesing
Copy link
Member

@boesing boesing commented Apr 7, 2021

Q A
New Feature yes/no

Description

With #19 we add pre-install script support which can use pecl to install extensions which are not pre-compiled with this action.

I've used Ondřej example from here to set alternatives for php-config and phpize.
To do so, the docker container has to provide php-dev for all PHP versions aswell.

boesing added 2 commits April 7, 2021 17:48
This will enable `pecl` to install per-version extensions.

Signed-off-by: Maximilian Bösing <[email protected]>
@boesing
Copy link
Member Author

boesing commented Apr 7, 2021

Should I add some more details to the README?

@weierophinney weierophinney added this to the 1.5.0 milestone Apr 7, 2021
@weierophinney
Copy link
Member

Should I add some more details to the README?

Yes, please - demonstrate a pre-install script and how it can be used to install an extension via pecl.

At some point, we may need to consider adding caching capabilities...

Copy link
Member

@weierophinney weierophinney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants