gwynne Mon Jul 2 05:41:27 2007 UTC
Modified files:
/phpdoc/en/reference/phar/functions pharfileinfo-chmod.xml
pharfileinfo-setmetadata.xml
Log:
Correct misuse of <link/>, correct small grammatical error, correct
<refpurpose/>.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/pharfileinfo-chmod.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/phar/functions/pharfileinfo-chmod.xml
diff -u phpdoc/en/reference/phar/functions/pharfileinfo-chmod.xml:1.2
phpdoc/en/reference/phar/functions/pharfileinfo-chmod.xml:1.3
--- phpdoc/en/reference/phar/functions/pharfileinfo-chmod.xml:1.2 Wed Jun
20 22:25:15 2007
+++ phpdoc/en/reference/phar/functions/pharfileinfo-chmod.xml Mon Jul 2
05:41:27 2007
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry xmlns="http://docbook.org/ns/docbook"
xml:id="function.pharfileinfo-chmod">
<refnamediv>
<refname>PharFileInfo->chmod</refname>
- <refpurpose>Sets file-specific meta-data saved with a file</refpurpose>
+ <refpurpose>Sets file-specific permission bits</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/pharfileinfo-setmetadata.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/phar/functions/pharfileinfo-setmetadata.xml
diff -u phpdoc/en/reference/phar/functions/pharfileinfo-setmetadata.xml:1.5
phpdoc/en/reference/phar/functions/pharfileinfo-setmetadata.xml:1.6
--- phpdoc/en/reference/phar/functions/pharfileinfo-setmetadata.xml:1.5 Wed Jun
20 22:25:15 2007
+++ phpdoc/en/reference/phar/functions/pharfileinfo-setmetadata.xml Mon Jul
2 05:41:27 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry xmlns="http://docbook.org/ns/docbook"
xml:id="function.pharfileinfo-setmetadata">
<refnamediv>
<refname>PharFileInfo->setMetaData</refname>
@@ -18,9 +18,9 @@
Meta-data can significantly slow down the performance of loading a phar
archive if the data is large, or if there are many files containing
meta-data.
It is important to note that file permissions are natively supported inside
a
- phar, although it is possible to set them with the
- <link
linkend="function.pharfileinfo-chmod"><function>PharFileInfo->chmod</function></link>
- method. As with all functionality that modifies the contents of a phar, the
+ phar; it is possible to set them with the
+ <function>PharFileInfo->chmod</function> method. As with all
+ functionality that modifies the contents of a phar, the
<link linkend="ini.phar.readonly">phar.readonly</link> INI variable must be
off in order to succeed.
</para>