Closed
Description
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
Labels
No labels