php/doc-en

FTP extension is no longer shared extension by default on Windows

Ouverte

#2 527 ouverte le 13 juin 2023

 (0 commentaire) (0 réaction) (0 personne assignée)XML (882 forks)auto 404
Extension: ftpStatus: Verifiedgood first issue

Métriques du dépôt

Stars
 (596 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur