Make WordPress Core

Ticket #46837: class-wp-filesystem-ssh2.php.patch

File class-wp-filesystem-ssh2.php.patch, 609 bytes (added by mohadeseghasemi, 4 years ago)
  • wp-admin/includes/class-wp-filesystem-ssh2.php

     
    2626 * Restart Apache!
    2727 * Check phpinfo() streams to confirm that: ssh2.shell, ssh2.exec, ssh2.tunnel, ssh2.scp, ssh2.sftp  exist.
    2828 *
    29  * Note: as of WordPress 2.8, This utilises the PHP5+ function 'stream_get_contents'
     29 * Note: as of WordPress 2.8, This utilizes the PHP5+ function 'stream_get_contents'
    3030 *
    3131 * @since 2.7.0
    3232 *