|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2020-01-11 16:13 UTC] brainforge dot uk at btinternet dot com
[2021-02-19 18:27 UTC] cmb@php.net
-Status: Open
+Status: Verified
-Assigned To:
+Assigned To: cmb
[2021-02-19 18:27 UTC] cmb@php.net
[2021-02-23 11:38 UTC] cmb@php.net
[2021-05-03 13:26 UTC] git@php.net
[2021-05-03 13:26 UTC] git@php.net
-Status: Verified
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 13:00:01 2025 UTC |
Description: ------------ In PHP 7.3 get the following warning: PHP Warning: ftp_get(): Opening data channel for file download from server of "???" in ???.php on line ??? Works fine in PHP 7.2. Program fails with error and warning message in PHP 7.3 File size 4.5MB Test script: --------------- if (ftp_get()) { echo 'Everything OK'; } else { die('Help!!!'); }