diff options
author | Vlad Temian <vladtemian@gmail.com> | 2019-03-18 18:35:24 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-03-19 10:02:38 +0100 |
commit | fe2885d80a76db84fd3a8e1556aff2221be195e1 (patch) | |
tree | 6c0344e90673071e3f2cab1907a8b857433d656d /NEWS | |
parent | 09e522322af7268f53d340cbff3d109fab058539 (diff) | |
download | php-git-fe2885d80a76db84fd3a8e1556aff2221be195e1.tar.gz |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ PHP NEWS (Nikita) . Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN). (Nikita) + . Fixed bug #77765 (FTP stream wrapper should set the directory as + executable). (Vlad Temian) 07 Mar 2019, PHP 7.2.16 |