From 775fb06dc075cf636a89a5b410d037ace2a90d8c Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sat, 3 Dec 2011 06:54:41 +0000 Subject: [PATCH] Clarified old PHP version support note, as per bug #60030. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320301 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/network/functions/dns-get-record.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/network/functions/dns-get-record.xml b/reference/network/functions/dns-get-record.xml index 4d9a29c366..8075968168 100644 --- a/reference/network/functions/dns-get-record.xml +++ b/reference/network/functions/dns-get-record.xml @@ -494,9 +494,8 @@ Additional = Array &reftitle.notes; - For compatibility with versions before this function was implemented - on such platforms as Windows, *BSD and MAC. Try the - PEAR class + For compatibility with versions before PHP 5.3.0 on some operating systems, + try the PEAR class Net_DNS.