mfischer Sat Jun 8 11:31:23 2002 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-set.xml
/phpdoc/en/reference/mail reference.xml
Log:
- Document "smtp_port" ini setting for win32.
# Can someone test mail/reference.xml ? Somehow I was unable to configure my
# phpdoc to process it (mestupidtoday)
Index: phpdoc/en/reference/info/functions/ini-set.xml
diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.6
phpdoc/en/reference/info/functions/ini-set.xml:1.7
--- phpdoc/en/reference/info/functions/ini-set.xml:1.6 Sun May 19 12:14:23 2002
+++ phpdoc/en/reference/info/functions/ini-set.xml Sat Jun 8 11:31:22 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
<refentry id="function.ini-set">
<refnamediv>
@@ -1125,6 +1125,11 @@
<row>
<entry>SMTP</entry>
<entry>"localhost"</entry>
+ <entry>PHP_INI_ALL</entry>
+ </row>
+ <row>
+ <entry>smtp_port</entry>
+ <entry>25</entry>
<entry>PHP_INI_ALL</entry>
</row>
<row>
Index: phpdoc/en/reference/mail/reference.xml
diff -u phpdoc/en/reference/mail/reference.xml:1.3
phpdoc/en/reference/mail/reference.xml:1.4
--- phpdoc/en/reference/mail/reference.xml:1.3 Sun May 26 22:09:00 2002
+++ phpdoc/en/reference/mail/reference.xml Sat Jun 8 11:31:23 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.mail">
<title>Mail functions</title>
<titleabbrev>Mail</titleabbrev>
@@ -18,9 +18,23 @@
</term>
<listitem>
<para>
- DNS name or IP address of the SMTP server PHP under Windows
- should use for mail sent with the <function>mail</function>
- function.
+ Used under Windws only: DNS name or IP address of the SMTP server PHP
+ should use for mail sent with the <function>mail</function> function.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="ini.smtp-port">
+ <term>
+ <parameter>SMTP</parameter>
+ <type>int</type>
+ </term>
+ <listitem>
+ <para>
+ Used under Windws only: Number of the port to connect to the server
+ specified with the <literal>SMTP</literal> setting when sending mail
+ with <function>mail</function>; defaults to 25. Only available since
+ <literal>PHP</literal> 4.3.0.
</para>
</listitem>
</varlistentry>