Skip to content

Add PHP 7.2 images in base and Symfony varients#460

Merged
sroze merged 3 commits intomasterfrom
feature/php-7.2
Feb 13, 2018
Merged

Add PHP 7.2 images in base and Symfony varients#460
sroze merged 3 commits intomasterfrom
feature/php-7.2

Conversation

@andytson-inviqa
Copy link
Copy Markdown
Contributor

PHP 7.2 removed mcrypt extension and moved to pecl.php.net.

Magento and Drupal aren't yet ready for it. Both additionally require mcrypt, however it'd be bad practice to include the pecl one. Instead a mcrypt polyfill could be used by the app.

@kierenevans
Copy link
Copy Markdown
Collaborator

Hey @andytson-inviqa! Great work so far - thank you.
There's a missingsymfony_php72_apache target in continuous-pipe.yml.
Having a look at the :latest tag issue that failed the CP build.

@kierenevans
Copy link
Copy Markdown
Collaborator

#461 should sort the FROM_TAG issue out 🤞

PHP 7.2 removed mcrypt extension and moved to pecl.php.net.

Magento and Drupal aren't yet ready for it. Both additionally require mcrypt, however it'd be bad practice to include the pecl one. Instead a mcrypt polyfill could be used by the app.
Copy link
Copy Markdown
Member

@sroze sroze left a comment

Choose a reason for hiding this comment

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

Yay, nice job 👍

@sroze sroze merged commit 36855a3 into master Feb 13, 2018
@sroze sroze deleted the feature/php-7.2 branch February 13, 2018 08:03
@sroze
Copy link
Copy Markdown
Member

sroze commented Feb 13, 2018

We need to regenerate the stable tags though.

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.

3 participants