Skip to content

Add PHP FTP ext on Docker setup #1210

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

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

rafaelstz
Copy link
Contributor

PHP >= 8.2.15 removed the FTP extension, but Magento still requests its use for FTP configurations. So, I'm adding it to the Docker PHP 8.2 and 8.3 for new builds and upgrades.

Reference: magento/magento2#39083

Copy link

what-the-diff bot commented Aug 21, 2024

PR Summary

  • Extension Addition to Dockerfiles
    The ftp extension has been added to two Dockerfiles related to PHP 8.2 and PHP 8.3. This extension allows files to be transferred between a client and servers over the Internet through the FTP protocol. As a result, the application now has an enhanced file transfer capability, which increases the range of operations it can perform. This improvement caters to the needs of some specific functionalities which require remote file operations.

@markshust markshust merged commit 0d4daaa into markshust:release/next Aug 22, 2024
@markshust
Copy link
Owner

Appreciate it! It's been a while since I've tagged a new release, so I'll rebuild the images and do this soon.

@markshust markshust mentioned this pull request Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants