update to include Phar metadata

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228376 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Greg Beaver 2007-01-29 03:17:36 +00:00
parent 31483fca6c
commit b75f1750f7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<section id="phar.fileformat">
<title>Phar file format</title>
<para>
@ -106,6 +106,14 @@ __HALT_COMPILER();
<entry>??</entry>
<entry>Phar alias (length based on previous)</entry>
</row>
<row>
<entry>4 bytes</entry>
<entry>Length of Phar metadata (<literal>0</literal> for none)</entry>
</row>
<row>
<entry>??</entry>
<entry>Serialized Phar Meta-data, stored in <function>serialize</function> format</entry>
</row>
<row>
<entry>at least 24 * number of entries bytes</entry>
<entry>entries for each file</entry>
@ -201,11 +209,11 @@ __HALT_COMPILER();
</row>
<row>
<entry>4 bytes</entry>
<entry>Serialized Meta-data length (0 for none)</entry>
<entry>Serialized File Meta-data length (<literal>0</literal> for none)</entry>
</row>
<row>
<entry>??</entry>
<entry>Serialized Meta-data, stored in <function>serialize</function> format</entry>
<entry>Serialized File Meta-data, stored in <function>serialize</function> format</entry>
</row>
</tbody>
</tgroup>