com doc/fr: Apply commit 08a16a850e0dfdf1e37899a9d33126b0a333d864: reference/phar/fileformat.xml
[email protected] (George Peter Banyard) Tue, 02 Feb 2021 02:44:38 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 5f439cbf77a1a7fda2732b21645a7b399ac72d39 Author: George Peter Banyard <[email protected]> Tue, 2 Feb 2021 02:38:53 +0000 Parents: a885ba2a9b0b6c76f4ad429cb5668463301b9b99 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=5f439cbf77a1a7fda2732b21645a7b399ac72d39 Log: Apply commit 08a16a850e0dfdf1e37899a9d33126b0a333d864 Fix #80326: Phar may not properly extract PAX archives Bugs: https://bugs.php.net/80326 Changed paths: M reference/phar/fileformat.xml Diff: diff --git a/reference/phar/fileformat.xml b/reference/phar/fileformat.xml index 9f0bb2f757..93a83e6962 100644 --- a/reference/phar/fileformat.xml +++ b/reference/phar/fileformat.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: b8cfcc5411870d9db9c23f77941d56c596a78b98 Maintainer: gui Status: ready --> +<!-- EN-Revision: 08a16a850e0dfdf1e37899a9d33126b0a333d864 Maintainer: gui Status: ready --> <!-- Reviewed: yes --> <chapter xml:id="phar.fileformat" xmlns="http://docbook.org/ns/docbook"> <title>Qu'est-ce qui fait d'un phar un phar et pas un tar ou un zip ?</title> @@ -210,6 +210,13 @@ __HALT_COMPILER(); en restant exécutables par l'extension Phar. </para> <para> + Il y a un support limité pour lire les tarballs dans le format pax interchange, + mais tout les en-têtes pax reconnues (actuellement, typeflag <literal>x</literal> + et <literal>g</literal>) sont silencieusement ignorés. + Il y a aussi un support limité pour les GNU Tar Archives; + actuellement, les en-têtes <literal>././@LongLink</literal> sont résolus. + </para> + <para> Pour compresser une archive entière, utilisez <function>Phar::compress</function>. Pour décompresser une archive entière, utilisez <function>Phar::decompress</function>. </para>