From a313baca39c4f5321aee31d03e37821ee7685936 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Sat, 24 Sep 2011 19:54:15 +0000 Subject: [PATCH] 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 --- reference/phar/using.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/reference/phar/using.xml b/reference/phar/using.xml index 64202c53ce..eb61162408 100644 --- a/reference/phar/using.xml +++ b/reference/phar/using.xml @@ -6,11 +6,9 @@
Using Phar Archives: Introduction - 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: