takagi Fri Jan 26 20:59:15 2007 UTC
Modified files:
/phpdoc/en/reference/phar fileformat.xml
Log:
fixed value of signature flag.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/fileformat.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/fileformat.xml
diff -u phpdoc/en/reference/phar/fileformat.xml:1.1
phpdoc/en/reference/phar/fileformat.xml:1.2
--- phpdoc/en/reference/phar/fileformat.xml:1.1 Wed Jan 24 04:37:45 2007
+++ phpdoc/en/reference/phar/fileformat.xml Fri Jan 26 20:59:14 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="phar.fileformat">
<title>Phar file format</title>
<para>
@@ -280,7 +280,7 @@
<entry>4 bytes</entry>
<entry>
Signature flags. <literal>0x0001</literal> is used to
- define an MD5 signature, and <literal>0x0001</literal> is used
+ define an MD5 signature, and <literal>0x0002</literal> is used
to define an SHA1 signature.
</entry>
</row>