From b241d1aa87d5ea82a98eb1345d4174c52dbf7df3 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Sat, 8 Jun 2002 15:31:23 +0000 Subject: [PATCH] - 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) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85055 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/ini-set.xml | 7 ++++++- reference/mail/reference.xml | 22 ++++++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/reference/info/functions/ini-set.xml b/reference/info/functions/ini-set.xml index 22c0a59b9f..49c9235847 100644 --- a/reference/info/functions/ini-set.xml +++ b/reference/info/functions/ini-set.xml @@ -1,5 +1,5 @@ - + @@ -1127,6 +1127,11 @@ "localhost" PHP_INI_ALL + + smtp_port + 25 + PHP_INI_ALL + browscap NULL diff --git a/reference/mail/reference.xml b/reference/mail/reference.xml index fe0671e72a..76a2940cf5 100644 --- a/reference/mail/reference.xml +++ b/reference/mail/reference.xml @@ -1,5 +1,5 @@ - + Mail functions Mail @@ -18,9 +18,23 @@ - DNS name or IP address of the SMTP server PHP under Windows - should use for mail sent with the mail - function. + Used under Windws only: DNS name or IP address of the SMTP server PHP + should use for mail sent with the mail function. + + + + + + + SMTP + int + + + + Used under Windws only: Number of the port to connect to the server + specified with the SMTP setting when sending mail + with mail; defaults to 25. Only available since + PHP 4.3.0.