cvs: phpdoc-nl /reference/ftp configure.xml constants.xml reference.xml

[email protected] ("Patric Stout")
Newsgroups php.doc.nl
Message-ID <cvstruelight1042056520@cvsserver>
truelight		Wed Jan  8 15:08:40 2003 EDT

  Added files:                 
    /phpdoc-nl/reference/ftp	configure.xml 

  Modified files:              
    /phpdoc-nl/reference/ftp	reference.xml constants.xml 
  Log:
  Sync with EN
  
Index: phpdoc-nl/reference/ftp/reference.xml
diff -u phpdoc-nl/reference/ftp/reference.xml:1.1 phpdoc-nl/reference/ftp/reference.xml:1.2
--- phpdoc-nl/reference/ftp/reference.xml:1.1	Wed Aug 14 09:34:58 2002
+++ phpdoc-nl/reference/ftp/reference.xml	Wed Jan  8 15:08:39 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.4 Maintainer: truelight Status: ready -->
+<!-- EN-Revision: 1.6 Maintainer: truelight Status: ready -->
  <reference id="ref.ftp">
   <title>FTP functies</title>
   <titleabbrev>FTP</titleabbrev>
@@ -19,16 +19,7 @@
     &no.requirement;
    </section>
 
-   <section id="ftp.installation">
-   &reftitle.install;
-    <para>
-     Om FTP functies te kunnen gebruiken met je PHP configuratie, moet
-     je de <link linkend="install.configure.enable-ftp">
-     <option role="configure">--enable-ftp</option></link> optie toevoegen
-     als je PHP 4 instaleert, en <link linkend="install.configure.with-ftp">
-     <option role="configure">--with-ftp</option></link> als je PHP 3 gebruikt.
-    </para>
-   </section>
+   &reference.ftp.configure;
 
    <section id="ftp.configuration">
    &reftitle.runtime;
@@ -39,7 +30,7 @@
    &reftitle.resources;
     <para>
      Deze extensie gebruikt één bron-type, die de link-identificator van de
-     ftp-verbinding is.
+     ftp-verbinding is, die je terug krijgt van <function>ftp_connect</function>.
     </para>
    </section>
 
@@ -63,7 +54,7 @@
 if ((!$conn_id) || (!$login_result)) {
         echo "FTP connectie is mislukt!";
         echo "Probeerde naar $ftp_server te verbinden met de gebruiker $ftp_user_name";
-        die;
+        exit;
     } else {
         echo "Verbonden met $ftp_server, als gebruiker $ftp_user_name";
     }
Index: phpdoc-nl/reference/ftp/constants.xml
diff -u phpdoc-nl/reference/ftp/constants.xml:1.1 phpdoc-nl/reference/ftp/constants.xml:1.2
--- phpdoc-nl/reference/ftp/constants.xml:1.1	Wed Aug 14 09:34:58 2002
+++ phpdoc-nl/reference/ftp/constants.xml	Wed Jan  8 15:08:40 2003
@@ -82,7 +82,7 @@
    </term>
    <listitem>
     <simpara>
-     Detecteert automatisch resumepos/startpos voor get/put opvragen
+     Detecteert automatisch resume posities en start posities voor GET en PUT aanvragen
      (werkt alleen als FTP_AUTOSEEK aan staat)
     </simpara>
    </listitem>

Index: phpdoc-nl/reference/ftp/configure.xml
+++ phpdoc-nl/reference/ftp/configure.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- EN-Revision: 1.1 Maintainer: truelight Status: ready -->
<section id="ftp.installation">
&reftitle.install;
 <para>
   Om FTP functies te kunnen gebruiken met je PHP configuratie, moet
   je de <option role="configure">--enable-ftp</option> optie toevoegen
   als je PHP 4 instaleert, en <option role="configure">--with-ftp</option>
   als je PHP 3 gebruikt.
 </para>
 &windows.builtin;
</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
-->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.