php/doc-en

FTP extension is no longer shared extension by default on Windows

Offen

#2.527 geöffnet am 13.06.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)XML (882 Forks)auto 404
Extension: ftpStatus: Verifiedgood first issue

Repository-Metriken

Stars
 (596 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 99T 23h) (90 gemergte PRs in 30 T)

Beschreibung

From manual page: https://php.net/ftp.installation


This page states that the FTP extension is always built as a shared extension on Windows. However, due to changes made to the source code in 2016, it is enabled as a static-link extension by default.

The history can be found in the following: https://github.com/php/php-src/commits/master/ext/ftp/config.w32

Contributor Guide