php-src/ext/ftp
Vlad Temian ec2ecb7e12 Fix bug #77680: Correctly implement recursive mkdir on FTP stream
If the root directory was missing, an extra CWD without arguments was
made. Also, the MKD contained an empty string.

Now the CWD will use / and MKDs will be issued starting from the root
directory.
2019-03-25 17:43:46 +01:00
..
tests Fix bug #77680: Correctly implement recursive mkdir on FTP stream 2019-03-25 17:43:46 +01:00
config.m4 enable ftps for shared ext/ftp 2015-03-11 21:46:38 +01:00
config.w32 move various places to the centralized OpenSSL setup routine 2017-01-08 00:25:47 +01:00
CREDITS
ftp.c Fix FTPS passive mode of data channel event poll 2019-02-08 09:50:29 +01:00
ftp.h year++ 2018-01-02 12:55:14 +08:00
package.xml Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
php_ftp.c Merge branch 'PHP-7.1' into PHP-7.2 2018-02-23 11:29:21 +01:00
php_ftp.h year++ 2018-01-02 12:55:14 +08:00