Skip to content

Cannot use ftp_ssl_connect() with this docker image #236

Closed
@000panther

Description

@000panther

Hi! In my project we need FTP client support, so I added the ftp extension:

RUN docker-php-ext-install ftp

This adds the basic FTP Constants and some of the functions.

The problem is that to use some ftp functions (e.g. ftp_ssl_connect() ), the ftp extension needs to be statically build into php. Can I still use this Image or do I have to create my own Docker Image with --enable-ftp activated? http://php.net/manual/en/ftp.installation.php

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions