diff options
author | Stanislav Malyshev <stas@php.net> | 2018-12-01 21:04:56 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2018-12-01 21:06:45 -0800 |
commit | 69f5e7992bfc239e42a3a82e290399ca75bc56a6 (patch) | |
tree | b5c7627af58333e3374dbbb6bb86dc26eee5e918 /NEWS | |
parent | d8765852e0400ee2ce8ae9e2177c42731d4539d8 (diff) | |
download | php-git-69f5e7992bfc239e42a3a82e290399ca75bc56a6.tar.gz |
Fix bug #77022 - use file mode or umask for new files
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter). (Stas) +- Phar: + . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas) + + 13 Sep 2018, PHP 5.6.38 - Apache2 |