Title: Needs patching (microtime issues)
Last modified: May 17, 2024

---

# Needs patching (microtime issues)

 *  Resolved [Олег](https://wordpress.org/support/users/senseinterpreter/)
 * (@senseinterpreter)
 * [2 years ago](https://wordpress.org/support/topic/needs-patching-microtime-issues/)
 * PHP 8.3.2
 * Unsupported operand types: string + string in /var/www/sites/sakhgupuny/wp-content/
   plugins/ssh-sftp-updater-support/phpseclib/Net/SFTP.php:3569
 * 3569 –> $start = strtok(microtime(), ‘ ‘) + strtok(”); // [http://php.net/microtime#61838](http://php.net/microtime#61838)
   
   3570 –> $result = $this->_send_channel_packet(NET_SFTP_CHANNEL, $packet);3571–
   > $stop = strtok(microtime(), ‘ ‘) + strtok(”);
 * replaced with plain microtime(true) to get numeric microtime directly

Viewing 1 replies (of 1 total)

 *  Plugin Author [David Anderson / Team Updraft](https://wordpress.org/support/users/davidanderson/)
 * (@davidanderson)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/needs-patching-microtime-issues/#post-18105523)
 * If you’re still having this issue, please report it at the upstream `phpseclib`
   project – this plugin uses that library, but it’s not mine: [https://github.com/phpseclib/phpseclib/issues](https://github.com/phpseclib/phpseclib/issues)

Viewing 1 replies (of 1 total)

The topic ‘Needs patching (microtime issues)’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ssh-sftp-updater-support.svg)
 * [SSH SFTP Updater Support](https://wordpress.org/plugins/ssh-sftp-updater-support/)
 * [Support Threads](https://wordpress.org/support/plugin/ssh-sftp-updater-support/)
 * [Active Topics](https://wordpress.org/support/plugin/ssh-sftp-updater-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ssh-sftp-updater-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ssh-sftp-updater-support/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [David Anderson / Team Updraft](https://wordpress.org/support/users/davidanderson/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/needs-patching-microtime-issues/#post-18105523)
 * Status: resolved