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 合併指標
 (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

貢獻者指南