Fix doc bug #55756 (Incorrect information in introduction) by removing the

offending sentence.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317255 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2011-09-24 19:54:15 +00:00
parent ae3a2c5caf
commit a313baca39

View file

@ -6,11 +6,9 @@
<section xml:id="phar.using.intro" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Using Phar Archives: Introduction</title>
<para>
Phar archives are similar in concept to Java JAR archives, but are
tailored to the needs and to the flexibility of PHP applications. A
Phar archive is used to distribute a complete PHP application
or library in a single file. Unlike Java's implementation of JAR archives,
no external tool is required to process or run a PHP Phar archive. A
Phar archives are similar in concept to Java JAR archives, but are tailored
to the needs and to the flexibility of PHP applications. A Phar archive is
used to distribute a complete PHP application or library in a single file. A
Phar archive application is used exactly like any other PHP application:
</para>
<screen>