php/doc-en

FTP extension is no longer shared extension by default on Windows

开放

#2,527 创建于 2023年6月13日

 (0 条评论) (0 个反应) (0 位负责人)XML (882 个派生)auto 404
Extension: ftpStatus: Verifiedgood first issue

仓库指标

星标
 (596 个星标)
PR 合并指标
 (平均合并 99天 23小时) (30 天内合并 90 个 PR)

描述

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

贡献者指南