language/wrappers/ssh2.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="wrappers.ssh2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="wrappers.ssh2" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>ssh2://</refname>
7
7
<refpurpose>Secure Shell 2</refpurpose>
...
...
@@ -21,9 +21,10 @@
21
21
<note>
22
22
<title>This wrapper is not enabled by default</title>
23
23
<simpara>
24
-
In order to use the <filename>ssh2.*://</filename> wrappers you must install
25
-
the <link xlink:href="&url.pecl.package;ssh2">SSH2</link> extension
26
-
available from <link xlink:href="&url.pecl;">PECL</link>.
24
+
In order to use the <filename>ssh2.*://</filename> wrappers,
25
+
the
26
+
<link xlink:href="&url.pecl.package;ssh2">SSH2</link>
27
+
extension available from &link.pecl; must be installed.
27
28
</simpara>
28
29
</note>
29
30

...
...
@@ -249,9 +250,9 @@ $stream = fopen("ssh2.tunnel://$session/remote.example.com:1234", 'r');
249
250
<example>
250
251
<title>This <varname>$session</varname> variable must be kept available!</title>
251
252
<simpara>
252
-
In order to use the <filename>ssh2.*://$session</filename> wrappers you must
253
-
keep the <varname>$session</varname> resource variable. The code below will not
254
-
have the desired effect:
253
+
In order to use the <filename>ssh2.*://$session</filename> wrappers,
254
+
the <varname>$session</varname> resource variable must be kept.
255
+
The code below will not have the desired effect:
255
256
</simpara>
256
257
<programlisting role="php">
257
258
<![CDATA[
258
259