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(”); // https://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)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.