Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #28616, comment 1


Ignore:
Timestamp:
06/23/2014 07:48:53 PM (10 years ago)
Author:
runderwo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28616, comment 1

    v1 v2  
    99}}}
    1010
    11 This naive approach retries infinitely, reconnecting to FTP server on failure.  There should probably be a new option to ftp_set_option() to control the number of connection retries.
     11This naive approach retries infinitely, reconnecting to FTP server on failure.  There should probably be a new option in PHP to ftp_set_option() to control the number of connection retries.  But WP does not have any control over that.
    1212
    1313It doesn't really seem feasible to fix at the higher level because many things call put_contents() directly (like unzip layer).  I don't see an option besides making the lower level more resilient.