php/doc-en

FTP extension is no longer shared extension by default on Windows

オープン

#2,527 opened on 2023/06/13

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)XML (882 件のフォーク)auto 404
Extension: ftpStatus: Verifiedgood first issue

Repository metrics

Stars
 (596 個のスター)
PR merge metrics
 (平均マージ 99d 23h) (30d で 90 merged PRs)

説明

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

コントリビューターガイド