mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixes Bug #49580.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288417 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f52a67f4f2
commit
9b184299ef
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
|||
third-party tool that can read the format, but require the phar extension in order to
|
||||
run with PHP. The phar file format is customized and unique to the phar extension,
|
||||
and can only be created by the phar extension or the PEAR package
|
||||
<link xlink:href="&url.pear.package;PHP_Archive;">PHP_Archive</link>, but has the
|
||||
<link xlink:href="&url.pear.package;PHP_Archive">PHP_Archive</link>, but has the
|
||||
advantage that applications created in this format will run even if the phar
|
||||
extension is not enabled.
|
||||
</para>
|
||||
|
@ -148,7 +148,7 @@
|
|||
</para>
|
||||
<para>
|
||||
The implementation for Phar archives is based on the PEAR package
|
||||
<link xlink:href="&url.pear.package;PHP_Archive;">PHP_Archive</link>, and
|
||||
<link xlink:href="&url.pear.package;PHP_Archive">PHP_Archive</link>, and
|
||||
the implementation details are similar, although the Phar extension
|
||||
is much more powerful. In addition, the Phar extension allows most PHP
|
||||
applications to be run unmodified while PHP_Archive-based phar archives
|
||||
|
|
Loading…
Reference in a new issue