Date: 10/11/00
- Next message: Jouni Ahto: "Re: [PHP-DOC] cvs: phpdoc /nl Translators /nl/features connection-handling.xml cookies.xml error-handling.xml images.xml persistent-connections.xml remote-files.xml"
- Previous message: Derick Rethans: "[PHP-DOC] cvs: phpdoc /nl Translators /nl/chapters copyright.xml intro.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
derick Wed Oct 11 15:12:37 2000 EDT
Modified files:
/phpdoc/nl/features error-handling.xml remote-files.xml
Log:
- Couple of fixes that make the nl tree build
Index: phpdoc/nl/features/error-handling.xml
diff -u phpdoc/nl/features/error-handling.xml:1.2 phpdoc/nl/features/error-handling.xml:1.3
--- phpdoc/nl/features/error-handling.xml:1.2 Wed Oct 11 12:56:59 2000
+++ phpdoc/nl/features/error-handling.xml Wed Oct 11 15:12:37 2000
@@ -103,7 +103,7 @@
gebruiker om waarden danwel toetevoegen danwel te verwijderen uit het bitmask.
Let op: alleen '|', '~', '!' and '&' worden ondersteund
in <filename>php.ini</filename> maar er worden helemaal geen bitwise operatoren
- ondersteund in <filename>php3.ini<filename>
+ ondersteund in <filename>php3.ini</filename>
</para>
<para>
In PHP 4 is de standaard <link linkend="ini.error-reporting">error_reporting</link>
@@ -117,7 +117,7 @@
</para>
<para>
De standaard instelling kan worden veranderd in het .ini bestand met het
- <link linkend="ini.error-reporting>error_reporting</link> directive,
+ <link linkend="ini.error-reporting">error_reporting</link> directive,
in je Apache <filename>httpd.conf</filename> bestand kan dit gedaan worden
met het php_error_reporting (php3_error_reporting for PHP3) directive en als
laatste kan het ook run-time gewijzigd worden met de <function>error_reporting</function> functie.
@@ -246,10 +246,10 @@
$oude_error_handler = set_error_handler("userErrorHandler");
-// niet gedefinieërde constante, er wordt een waarschuwing gegeven
+// niet gedefinieërde constante, er wordt een waarschuwing gegeven
$t = I_AM_NOT_DEFINED;
-// defineër een paar "vectoren"
+// defineer een paar "vectoren"
$a = array(2,3,"foo");
$b = array(5.5, 4.3, -1.6);
$c = array (1,-3);
Index: phpdoc/nl/features/remote-files.xml
diff -u phpdoc/nl/features/remote-files.xml:1.2 phpdoc/nl/features/remote-files.xml:1.3
--- phpdoc/nl/features/remote-files.xml:1.2 Wed Oct 11 12:56:59 2000
+++ phpdoc/nl/features/remote-files.xml Wed Oct 11 15:12:37 2000
@@ -7,7 +7,7 @@
<option>--disable-url-fopen-wrapper</option> optie gebruikt) kan je
HTTP en FTP urls gebruiken met de meeste functies die standaard gezien
een bestandsnaam als argument vereisen, dit werkt ook met de
- <function>require</function> en <function>include<function> functies.
+ <function>require</function> en <function>include</function> functies.
</para>
<para>
<note>
- Next message: Jouni Ahto: "Re: [PHP-DOC] cvs: phpdoc /nl Translators /nl/features connection-handling.xml cookies.xml error-handling.xml images.xml persistent-connections.xml remote-files.xml"
- Previous message: Derick Rethans: "[PHP-DOC] cvs: phpdoc /nl Translators /nl/chapters copyright.xml intro.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

