Discussion:
[PHP-INSTALL] How to configure/enable php network functions
Midhun Devasia
2010-04-27 07:44:02 UTC
Permalink
Hi all,
I am unable to use the php network functions like "*dns_get_record*" and all
other. I am using windows machine and php version "*PHP Version 5.2.5*" .
How can i enable these functions in php. I didn't find any manual for
configuring these. Please kindly provide the information about the
configuration.

Thanks in advance,
Midhun D
Ferenc Kovacs
2010-04-27 08:15:37 UTC
Permalink
Post by Midhun Devasia
Hi all,
I am unable to use the php network functions like "*dns_get_record*" and
all other. I am using windows machine and php version "*PHP Version 5.2.5*"
. How can i enable these functions in php. I didn't find any manual for
configuring these. Please kindly provide the information about the
configuration.
Thanks in advance,
Midhun D
http://php.net/dns_get_record

<http://hu2.php.net/manual/en/function.dns-get-record.php#> Changelog

Version Description 5.3.0 This function is now available on Windows
platforms.
Tyrael
Just Anidiot
2010-04-27 08:23:27 UTC
Permalink
You're using 5.2.5 when they're not added to Windows until 5.3.0. You need
to upgrade PHP.
Post by Ferenc Kovacs
Post by Midhun Devasia
Hi all,
I am unable to use the php network functions like "*dns_get_record*" and
all other. I am using windows machine and php version "*PHP Version 5.2.5
*" . How can i enable these functions in php. I didn't find any manual
for configuring these. Please kindly provide the information about the
configuration.
Thanks in advance,
Midhun D
http://php.net/dns_get_record
<http://hu2.php.net/manual/en/function.dns-get-record.php#> Changelog
Version Description 5.3.0 This function is now available on Windows
platforms.
Tyrael
Loading...