docker-mautic icon indicating copy to clipboard operation
docker-mautic copied to clipboard

⬆️ Upgrade to PHP 7.3

Open madmath03 opened this issue 5 years ago • 4 comments

⬆️ Upgrade to PHP 7.3 to close #164

Signed-off-by: mathieu.brunot [email protected]

madmath03 avatar Aug 15 '20 21:08 madmath03

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.

brentkelly avatar Aug 25 '20 21:08 brentkelly

@cla-bot check

RCheesley avatar Oct 21 '20 08:10 RCheesley

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

cla-bot[bot] avatar Oct 21 '20 08:10 cla-bot[bot]

@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?

RCheesley avatar Oct 21 '20 08:10 RCheesley