cvs: phpdoc-da /reference/mysql ini.xml
[email protected] ("Mads N. Vestergaard") Sat, 05 Mar 2005 11:03:09 -0000
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvsmnv1110020589@cvsserver> |
mnv Sat Mar 5 06:03:09 2005 EDT
Modified files:
/phpdoc-da/reference/mysql ini.xml
Log:
Sync with EN
http://cvs.php.net/diff.php/phpdoc-da/reference/mysql/ini.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc-da/reference/mysql/ini.xml
diff -u phpdoc-da/reference/mysql/ini.xml:1.6 phpdoc-da/reference/mysql/ini.xml:1.7
--- phpdoc-da/reference/mysql/ini.xml:1.6 Mon Dec 20 11:49:17 2004
+++ phpdoc-da/reference/mysql/ini.xml Sat Mar 5 06:03:09 2005
@@ -1,76 +1,86 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
-<!-- EN-Revision: 1.8 Maintainer: mnv Status: ready -->
+<!-- $Revision: 1.7 $ -->
+<!-- EN-Revision: 1.12 Maintainer: mnv Status: ready -->
<section id="mysql.configuration">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>MySQL Konfigurationsmuligheder</title>
- <tgroup cols="3">
+ <tgroup cols="4">
<thead>
<row>
<entry>Navne</entry>
<entry>Standard</entry>
<entry>Udskiftelig</entry>
+ <entry>Changelog</entry>
</row>
</thead>
<tbody>
<row>
<entry>mysql.allow_persistent</entry>
- <entry>"On"</entry>
+ <entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
+ <entry></entry>
</row>
<row>
<entry>mysql.max_persistent</entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
+ <entry></entry>
</row>
<row>
<entry>mysql.max_links</entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
+ <entry></entry>
</row>
<row>
<entry>mysql.trace_mode</entry>
- <entry>"Off"</entry>
+ <entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
+ <entry>Tilgængelig siden PHP 4.3.0.</entry>
</row>
<row>
<entry>mysql.default_port</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
+ <entry></entry>
</row>
<row>
<entry>mysql.default_socket</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
+ <entry>Tilgængelig siden PHP 4.0.1.</entry>
</row>
<row>
<entry>mysql.default_host</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
+ <entry></entry>
</row>
<row>
<entry>mysql.default_user</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
+ <entry></entry>
</row>
<row>
<entry>mysql.default_password</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
+ <entry>
</row>
<row>
<entry>mysql.connect_timeout</entry>
- <entry>"0"</entry>
- <entry>PHP_INI_SYSTEM</entry>
+ <entry>"60"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>PHP_INI_SYSTEM i PHP <= 4.3.2. Tilgængelig siden PHP 4.3.0.</entry>
</row>
</tbody>
</tgroup>
</table>
- For flere detaljer angående PHP_INI_* konstanter, se
- <function>ini_set</function>.
+ &ini.php.constants;
</para>
&ini.descriptions.title;