]> granicus.if.org Git - php/commit
Fixed bug #77765
authorVlad Temian <vladtemian@gmail.com>
Mon, 18 Mar 2019 16:35:24 +0000 (18:35 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 19 Mar 2019 09:02:38 +0000 (10:02 +0100)
commitfe2885d80a76db84fd3a8e1556aff2221be195e1
tree6c0344e90673071e3f2cab1907a8b857433d656d
parent09e522322af7268f53d340cbff3d109fab058539
Fixed bug #77765

Set mode 40755 for directories, via FTP stream stat.

Because we already manage to CWD into the current directory,
we should set 40755 as mode, instead of 40644.
NEWS
ext/standard/ftp_fopen_wrapper.c
ext/standard/tests/streams/bug77765.phpt [new file with mode: 0644]