Changes between Initial Version and Version 1 of Ticket #16925, comment 7
- Timestamp:
- 07/05/11 04:52:37 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16925, comment 7
initial v1 8 8 http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/#comment_3759 9 9 10 Seriously, you can test this stuff out yourself. I did so just now. PHP 5.3.6, version of phpseclib that's included in the Wordpress plugin, and 0.11.2. Here's what I got on three separate trials using the script in the above link:10 But hey - that post is over a year old so let's try it again, shall we? PHP 5.3.6, the version of phpseclib that's included in the Wordpress plugin, and 0.11.2 of php ssh. Here's what I got on three separate trials using the script in the above link: 11 11 12 {{{ 12 13 Trial #1: 13 14 took 5.3246591091156 seconds … … 21 22 took 5.1897370815277 seconds 22 23 took 7.1662919521332 seconds 24 }}} 23 25 24 26 phpseclib consistently beats php ssh2 hands down. And there's a fairly wide margin too.