Test: /ext/standard/tests/streams/bug77680.phpt - Version 7.4.3        

Bug #77680 recursive mkdir on ftp stream wrapper is incorrect
Submitted: 2019-02-28 12:38:20 Modified:
From: calin.don Assigned:
Status: Closed Package: Directory function related
PHP Version: Irrelevant OS:

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: mkdir(): connect() failed: Cannot assign requested address in %s/bug77680.php on line 7 002+ 003+ Warning: mkdir(): Unable to connect to ftp://localhost:50867/one/two/three/ in %s/bug77680.php on line 7 004+ ==DONE== 005+ 006+ ** ERROR: process timed out ** 001- string(20) "CWD /one/two/three 002- " 003- string(14) "CWD /one/two 004- " 005- string(10) "CWD /one 006- " 007- string(7) "CWD / 008- " 009- string(7) "MKD / 010- " 011- string(10) "MKD /one 012- " 013- string(14) "MKD /one/two 014- " 015- string(20) "MKD /one/two/three 016- " 017- ==DONE==