Skip to content

Temporarily copy some files required by phpize during container setup #189

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
Oct 1, 2023

Conversation

boesing
Copy link
Member

@boesing boesing commented Oct 1, 2023

Q A
Bugfix yes

Description

Fixes #188

Refs: oerdnj/deb.sury.org#2025

@boesing boesing added this to the 1.35.1 milestone Oct 1, 2023
@boesing boesing linked an issue Oct 1, 2023 that may be closed by this pull request
@boesing boesing changed the title bugfix: temporarily copy some files required by phpize during container setup Temporarily copy some files required by phpize during container setup Oct 1, 2023
The current PHP default version was determine from the `composer.json` **after** `composer install` was called. With `composer install` (prior setting default PHP version) that will be the last installed PHP version via `apt`. This reorder should actually ensure that we do not accidentally have a newer version used to install composer dependencies.

Signed-off-by: Maximilian Bösing <[email protected]>
…N` command to the `rm` command

Signed-off-by: Maximilian Bösing <[email protected]>
@boesing boesing merged commit 71bf983 into laminas:1.35.x Oct 1, 2023
@boesing boesing deleted the bugfix/phpize-8.3-missing-tools branch October 1, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

PHP 8.3 extensions are not installable via pecl
1 participant