[wp-trac] [WordPress Trac] #10407: FTP Extension-based filesystem fails on WP core upgrade/re-install

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 16 00:16:09 UTC 2009


#10407: FTP Extension-based filesystem fails on WP core upgrade/re-install
-------------------------------+--------------------------------------------
 Reporter:  Denis-de-Bernardy  |       Owner:  dd32
     Type:  defect (bug)       |      Status:  new 
 Priority:  normal             |   Milestone:  2.9 
Component:  Filesystem         |     Version:      
 Severity:  normal             |    Keywords:      
-------------------------------+--------------------------------------------

Comment(by dd32):

 > It's actually not. It creates bugs in apply_filters() and do_action(),
 which were closed (as wontfix, for good reasons) when I reported them.

 Completely different scenario's. remove_filter will work in that case, Its
 only an issue when removing functions hooked to the current filter that is
 not the current function. (ie. As long as you're not attempting to remove
 a function that is going to be fired on THIS iteration of the stack)

 > but based on the workaround code I had to use when I was maintaining my
 own FTP filesystem class (i.e. disconnect/reconnect after so many files),
 it actually is the entire sessions' timeout on a lot of platforms.

 Which sounds entirely possible, Just need to find a value which is going
 to work for all of core.. I know FTP takes sub 5 seconds in total on my
 new host.. I know it takes >120seconds on others.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10407#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list