phpseclib/phpseclib/Net
Andreas Fischer 1473da35e6 SSH2: Introduce _array_intersect_first function.
+ No more empty for-loop bodies
+ No more counting variables $i leaked into outer context
+ No more unintuitive $i == count(...) comparisons
+ No more array / hash table access of the form $kex_algorithms[$i]
- Function call overhead; not in the performance critical path, though.
2015-07-17 22:28:32 +02:00
..
SFTP Explicitly set size to 0 when creating or truncating. 2015-06-25 14:26:35 +02:00
SCP.php Use phpcbf to fix PHP code to ruleset. 2015-07-17 12:57:41 +02:00
SFTP.php Use phpcbf to fix PHP code to ruleset. 2015-07-17 12:57:41 +02:00
SSH1.php Use phpcbf to fix PHP code to ruleset. 2015-07-17 12:57:41 +02:00
SSH2.php SSH2: Introduce _array_intersect_first function. 2015-07-17 22:28:32 +02:00