mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
fix #39583 (ftp_put() does not change transfer mode to ASCII)
This commit is contained in:
parent
92ed3d2b4c
commit
a3cf20ddc3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
#define FTP_BUFSIZE 4096
|
#define FTP_BUFSIZE 4096
|
||||||
|
|
||||||
typedef enum ftptype {
|
typedef enum ftptype {
|
||||||
FTPTYPE_ASCII,
|
FTPTYPE_ASCII=1,
|
||||||
FTPTYPE_IMAGE
|
FTPTYPE_IMAGE
|
||||||
} ftptype_t;
|
} ftptype_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue