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.