cvs: phpdoc-nl /reference/zip .cvsignore configure.xml functions.xml reference.xml
[email protected] ("Sacha Telgenhof Oude Koehorst")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvssachat1041193809@cvsserver> |
sachat Sun Dec 29 15:30:09 2002 EDT
Added files:
/phpdoc-nl/reference/zip .cvsignore configure.xml functions.xml
Modified files:
/phpdoc-nl/reference/zip reference.xml
Log:
Made several files in sync with EN revisions. Also added files to be in sync with EN revisions.
Index: phpdoc-nl/reference/zip/reference.xml
diff -u phpdoc-nl/reference/zip/reference.xml:1.1 phpdoc-nl/reference/zip/reference.xml:1.2
--- phpdoc-nl/reference/zip/reference.xml:1.1 Fri Aug 23 17:39:43 2002
+++ phpdoc-nl/reference/zip/reference.xml Sun Dec 29 15:30:09 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: sachat Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: sachat Status: ready -->
<reference id="ref.zip">
<title>Zipbestand Functies (Alleen lezen)</title>
<titleabbrev>Zip</titleabbrev>
@@ -31,20 +31,7 @@
</para>
</section>
- <section id="zip.installation">
- &reftitle.install;
- <para>
- Zip ondersteuning is standaard niet aanwezig binnen PHP. Je moet de
- <link linkend="install.configure.with-zip">--with-zip</link> configuratie
- optie gebruiken wanneer je PHP compileert.
- </para>
- <note>
- <para>
- Ondersteuning van Zip vóór PHP 4.1.0 is experimenteel. Dit onderdeel
- beschrijft de Zip-extensie zoals deze bestaat vanaf PHP versie 4.1.0.
- </para>
- </note>
- </section>
+ &reference.zip.configure;
<section id="zip.configuration">
&reftitle.runtime;
Index: phpdoc-nl/reference/zip/.cvsignore
+++ phpdoc-nl/reference/zip/.cvsignore
functions.xml
Index: phpdoc-nl/reference/zip/configure.xml
+++ phpdoc-nl/reference/zip/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.1 Maintainer: sachat Status: ready -->
<section id="zip.installation">
&reftitle.install;
<para>
Zip ondersteuning is standaard niet aanwezig binnen PHP. Je moet de
<link linkend="install.configure.with-zip">--with-zip</link> configuratie
optie gebruiken wanneer je PHP compileert.
</para>
<note>
<para>
Ondersteuning van Zip vóór PHP 4.1.0 is experimenteel. Dit onderdeel
beschrijft de Zip-extensie zoals deze bestaat vanaf PHP versie 4.1.0.
</para>
</note>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
Index: phpdoc-nl/reference/zip/functions.xml
+++ phpdoc-nl/reference/zip/functions.xml
&reference.zip.functions.zip-close;
&reference.zip.functions.zip-entry-close;
&reference.zip.functions.zip-entry-compressedsize;
&reference.zip.functions.zip-entry-compressionmethod;
&reference.zip.functions.zip-entry-filesize;
&reference.zip.functions.zip-entry-name;
&reference.zip.functions.zip-entry-open;
&reference.zip.functions.zip-entry-read;
&reference.zip.functions.zip-open;
&reference.zip.functions.zip-read;