Skip to content
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

⬆️ Upgrade to PHP 7.3 #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

madmath03
Copy link
Contributor

⬆️ Upgrade to PHP 7.3 to close #164

Signed-off-by: mathieu.brunot mathieu.brunot@monogramm.io

Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
@brentkelly
Copy link

brentkelly commented Aug 25, 2020

Does this work for you?

It throws errors for me around sockets, zip & gd.

To fix it I had to upgrade the Dockerfile to apt-get install:

    libzip-dev
    libfreetype6-dev
    libjpeg62-turbo-dev
    libpng-dev

Configure GD with something like:

    && docker-php-ext-configure gd --with-png-dir=/usr/include/ \
        --with-jpeg-dir=/usr/include/ \
        --with-freetype-dir=/usr/include/ \

And install sockets & gd extensions by adding them to the docker-php-ext-install

From there it builds fine and runs Mautic.

@RCheesley
Copy link
Member

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Oct 21, 2020
@cla-bot
Copy link

cla-bot bot commented Oct 21, 2020

The CLA Bot has been sent on a mission to check against the latest list and will be back shortly with its findings!

@RCheesley
Copy link
Member

@madmath03 with 7.4 support coming with the 3.2 release, maybe we can look to expand this (or create a new PR) so that Docker will also support it?

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.

Outdated php version (7.1)
3 participants