]> granicus.if.org Git - php/commitdiff
Merge branch 'pull-request/2345'
authorJoe Watkins <krakjoe@php.net>
Sun, 29 Jan 2017 07:29:14 +0000 (07:29 +0000)
committerJoe Watkins <krakjoe@php.net>
Sun, 29 Jan 2017 07:30:25 +0000 (07:30 +0000)
* pull-request/2345:
  FTP: implement MLSD for structured listing of directories, decribed at https://tools.ietf.org/html/rfc3659

1  2 
NEWS

diff --cc NEWS
index 6cdf2a183766aeb764254125215c21f63890401e,6cdf2a183766aeb764254125215c21f63890401e..d0157b3f7579c2464069ba076e3a82db80fe8bab
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -63,6 -63,6 +63,9 @@@ PH
    . Fixed bug #69865 (php-fpm does not close stderr when using syslog). 
      (Mike)
  
++- FTP:
++  . Implement MLSD for structured listing of directories. (blar)
++
  - GD:
    . Implemented imageresolution as getter and setter (Christoph)