Test: /ext/standard/tests/streams/bug73457.phpt - Version 7.3.14        

Bug #73457 Wrong error message when fopen FTP wrapped fails to open data connection
Submitted: 2016-11-04 08:11:22 Modified: 2016-11-28 17:59:41
From: martin Assigned:
Status: Closed Package: Streams related
PHP Version: 7.0.12 OS: Any

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: file_get_contents(): ftp:// wrapper is disabled in the server configuration by allow_url_fopen=0 in %s/bug73457.php on line 8
002+
003+ Warning: file_get_contents(ftp://127.0.0.1:53619/bug73457): failed to open stream: no suitable wrapper could be found in %s/bug73457.php on line 8
001- Warning: file_get_contents(ftp://127.0.0.1:%d/bug73457): failed to open stream: Failed to set up data channel: Connection refused in %s on line %d
006+
007+ ** ERROR: process timed out **