From f13c4b5a01e0cf8b7e28cecc23e10afce4b049dd Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 10 Jun 2007 02:06:13 +0000 Subject: [PATCH] Fix various problems # and now, time for bed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237335 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../network/functions/dns-get-record.xml | 18 +++++----- reference/network/functions/header.xml | 36 ++++++++++--------- reference/network/functions/openlog.xml | 10 +++--- 3 files changed, 33 insertions(+), 31 deletions(-) diff --git a/reference/network/functions/dns-get-record.xml b/reference/network/functions/dns-get-record.xml index f2cda471ab..258bb34781 100644 --- a/reference/network/functions/dns-get-record.xml +++ b/reference/network/functions/dns-get-record.xml @@ -1,5 +1,5 @@ - + dns_get_record @@ -311,16 +311,16 @@ Array ]]> - - Since it's very common to want the IP address of a mail server - once the MX record has been resolved, dns_get_record - also returns an array in addtl which - contains associate records. authns - is returned as well containing a list of authoritative name - servers. - Using <function>dns_get_record</function> and DNS_ANY + + Since it's very common to want the IP address of a mail server + once the MX record has been resolved, dns_get_record + also returns an array in addtl which + contains associate records. authns + is returned as well containing a list of authoritative name + servers. + - + header @@ -213,22 +213,24 @@ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past ?> ]]> - - - You may find that your pages aren't cached even if you don't - output all of the headers above. There are a number of options - that users may be able to set for their browser that change its - default caching behavior. By sending the headers above, you should - override any settings that may otherwise cause the output of your - script to be cached. - - - Additionally, session_cache_limiter and - the session.cache_limiter configuration - setting can be used to automatically generate the correct - caching-related headers when sessions are being used. - - + + + + You may find that your pages aren't cached even if you don't + output all of the headers above. There are a number of options + that users may be able to set for their browser that change its + default caching behavior. By sending the headers above, you should + override any settings that may otherwise cause the output of your + script to be cached. + + + Additionally, session_cache_limiter and + the session.cache_limiter configuration + setting can be used to automatically generate the correct + caching-related headers when sessions are being used. + + + diff --git a/reference/network/functions/openlog.xml b/reference/network/functions/openlog.xml index 7ac301ddc1..0cb86bbe3d 100644 --- a/reference/network/functions/openlog.xml +++ b/reference/network/functions/openlog.xml @@ -1,5 +1,5 @@ - + openlog @@ -57,26 +57,26 @@ LOG_CONS - if there is an error while sending data to the system LOGger, + if there is an error while sending data to the system logger, write directly to the system console LOG_NDELAY - open the connection to the LOGger immediately + open the connection to the logger immediately LOG_ODELAY (default) delay opening the connection until the first - message is LOGged + message is logged LOG_PERROR - print LOG message also to standard error + print log message also to standard error LOG_PID