php/doc-en

FTP extension is no longer shared extension by default on Windows

Aperta

#2527 aperta il 13 giu 2023

 (0 commenti) (0 reazioni) (0 assegnatari)XML (882 fork)auto 404
Extension: ftpStatus: Verifiedgood first issue

Metriche repository

Star
 (596 stelle)
Metriche merge PR
 (Merge medio 99g 23h) (90 PR mergiate in 30 g)

Descrizione

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

Guida contributor