Giter VIP home page Giter VIP logo

php-fpm's People

Contributors

levcoder avatar nanoninja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

php-fpm's Issues

Add incl ext to php7 for symfony2

RUN apt-get update
&& apt-get install -y zlib1g-dev libicu-dev g++
&& docker-php-ext-configure intl
&& docker-php-ext-install intl

PHP 7.3.10

What is the secret magic required to update my version of PHP.

I did the following:

docker pull nanoninja/php-fpm:7.3.10

updated my docker-compose.yml to use 7.3.10, stopped docker and did up -d.

php -v always shows the old previous version.

Thanks.

Problem during building image FROM php:5.6.32-fpm

During running 'docker-compose build fpm' me and my team are getting following error:
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'fpm' failed to build: The command '/bin/sh -c apt-get update' returned a non-zero code: 100
If we trying to get that URL we are getting code from the image:

image

Libsodium

Great work here,

Just wanted to mention, could be wrong here, but libsodium is not installed.

When working with Symfony and security (sodium encryption) I receive the following:

Libsodium is not available. Install the sodium extension or use "auto" instead.

mcrypt not enabled in the php7.1.14 image

Hi,

I found I was unable to use the mcrypt while using the php7.1.14 container, I got a " function mcrypt_decrypt was not found" error.

This is fixed by adding docker-php-ext-install -j$(nproc) mcrypt to the Dockerfile.

Example working Dockerfile:

FROM nanoninja/php-fpm:7.1.14

RUN docker-php-ext-install -j$(nproc) mcrypt

I can open a PR if that'd be preferred

regards,
Matt

composer install with php-fpm5.6

I met the following problems when I was trying composer install for my new project, it says:
Your requirements could not be resolved to an installable set of packages.
Problem 1 - The requested PHP extension ext-exif * is missing from your system. Install or enable PHP's exif extension.
Problem 2 - The requested PHP extension ext-gd * is missing from your system. Install or enable PHP's gd extension.
Would you please provide some suggestions?

How to use 7.1 branch in docker-compose.yml?

I have this

    php:
        image: nanoninja/php-fpm
        restart: always
        volumes:
            - "./etc/php/php.ini:/usr/local/etc/php/conf.d/php.ini"
            - "./:/var/www/html"

But this gets the latest branch PHP version, I need to inform the "Supported branches", can i do this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.