mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
ae3a2c5caf
commit
a313baca39
1 changed files with 3 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue