reference/phar/book.xml
562a216c8108885a492cbfb66e2d5734847fa19d
...
...
@@ -2,7 +2,7 @@
2
2
<!-- $Revision$ -->
3
3

4
4
<book xml:id="book.phar" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
-
<?phpdoc extension-membership="core" ?>
5
+
<?phpdoc extension-membership="bundled" ?>
6
6
<title>Phar</title>
7
7
8
8
<!-- {{{ preface -->
...
...
@@ -30,7 +30,7 @@
30
30
<para>
31
31
Phar implements this functionality through a <link linkend="book.stream">Stream
32
32
Wrapper</link>. Normally, to use an external file within a PHP script, you
33
-
would use <function>include</function>
33
+
would use <function>include</function>:
34
34
</para>
35
35
<para>
36
36
<example>
...
...
@@ -137,7 +137,7 @@
137
137
</para>
138
138
<para>
139
139
If you are using phar applications, there are helpful tips in
140
-
<link linkend="phar.using">How to use Phar Archives</link>
140
+
<link linkend="phar.using">How to use Phar Archives</link>.
141
141
</para>
142
142
<para>
143
143
The word <literal>phar</literal> is a portmanteau of <literal>PHP</literal> and
144
144