cellog          Mon Jan 29 03:17:36 2007 UTC

  Modified files:              
    /phpdoc/en/reference/phar   fileformat.xml 
  Log:
  update to include Phar metadata
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/fileformat.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/phar/fileformat.xml
diff -u phpdoc/en/reference/phar/fileformat.xml:1.3 
phpdoc/en/reference/phar/fileformat.xml:1.4
--- phpdoc/en/reference/phar/fileformat.xml:1.3 Sun Jan 28 21:52:55 2007
+++ phpdoc/en/reference/phar/fileformat.xml     Mon Jan 29 03:17:36 2007
@@ -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>
@@ -107,6 +107,14 @@
      <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>
     </row>
@@ -201,11 +209,11 @@
      </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>

Reply via email to