reference/phar/setup.xml
184f3f7bd45643cb80f828d0bb001991ec3a5fad
...
...
@@ -8,12 +8,6 @@
8
8
<section xml:id="phar.requirements">
9
9
&reftitle.required;
10
10
<para>
11
-
Phar requires PHP 5.2.0 or newer. Additional features require the
12
-
<link linkend="book.spl">SPL</link> extension in order to take advantage
13
-
of iteration and array access to a Phar's file contents. The <literal>phar</literal>
14
-
stream does not require any additional extensions to function.
15
-
</para>
16
-
<para>
17
11
You may optionally wish to enable the <link linkend="book.zlib" >zlib</link>
18
12
and <link linkend="book.bzip2" >bzip2</link> extensions to take
19
13
advantage of compressed phar support. In addition, to take advantage of
...
...
@@ -21,12 +15,7 @@
21
15
enabled.
22
16
</para>
23
17
<para>
24
-
Note that a bug in the <link linkend="filters.compression">zlib.deflate</link> stream filter
25
-
fixed in PHP version 5.2.6 and newer may cause truncation of gzip and bzip2-compressed
26
-
phar archives.
27
-
</para>
28
-
<para>
29
-
PHP 5.3 configured with <literal>--enable-zend-multibyte</literal> makes <link linkend="book.phar">phar</link> dependant on the ini option <literal>detect_unicode</literal>.
18
+
If <link linkend="ini.zend.multibyte">zend.multibyte</link> is enabled, <link linkend="ini.zend.detect-unicode">zend.detect_unicode</link> must be enabled as well.
30
19
</para>
31
20
</section>
32
21
<!-- }}} -->
33
22