Re: [PHP] gethostbyaddr and IPv6

2008-11-22 Thread Glen C
On 11/22/2008 02:17 AM, Lars Torben Wilson wrote: 2008/11/21 Glen Carreras<[EMAIL PROTECTED]>: On 11/22/2008 12:10 AM, Lars Torben Wilson wrote: Hi Glen, Works for me. IPv6 support was added in 2001. You didn't say what version of PHP you are having this problem with, so it's hard to say why

Re: [PHP] gethostbyaddr and IPv6

2008-11-21 Thread Lars Torben Wilson
2008/11/21 Glen Carreras <[EMAIL PROTECTED]>: > > > On 11/22/2008 12:10 AM, Lars Torben Wilson wrote: >> >> Hi Glen, >> >> Works for me. IPv6 support was added in 2001. You didn't say what >> version of PHP you are having this problem with, so it's hard to say >> why yours doesn't have support for

Re: [PHP] gethostbyaddr and IPv6

2008-11-21 Thread Lars Torben Wilson
2008/11/21 Glen C <[EMAIL PROTECTED]>: > Hello, > > Does gethostbyaddr actually work for anyone while looking up an IPv6 > address? I can't seem to get it to work. For example: > > echo gethostbyaddr ( '2001:470:0:64::2' ); > > should return "ipv6.he.net" but instead I get the following error: >

RE: [PHP] gethostbyaddr

2004-06-14 Thread Alicia Riggs
rom: John Hicks [mailto:[EMAIL PROTECTED] Sent: Friday, June 11, 2004 11:35 PM To: PHP Subject: Re: [PHP] gethostbyaddr Hi Alicia. Welcome to the list. On Friday 11 June 2004 12:58 pm, Alicia Riggs wrote: > Hi guys, I am new to this list, and signed up > specifically for this problem.

Re: [PHP] gethostbyaddr

2004-06-11 Thread John Hicks
Hi Alicia. Welcome to the list. On Friday 11 June 2004 12:58 pm, Alicia Riggs wrote: > Hi guys, I am new to this list, and signed up > specifically for this problem. If any one has any > ideas it would be greatly appreciated. > > I am writing a function to allow users from a > specific intranet p

Re: [PHP] gethostbyaddr woes

2003-02-26 Thread Ferhat Can
Hi Eric, You can test the gethostbyaddr function using the following script: It outputs 'mole.phpwebhosting.com' on my system. If it doesn't work the same way for you, then there may be trouble with the phpwebhosting. - Original Message - From: "erich" <[EMAIL PROTECTE

RE: [PHP] gethostbyaddr timeout

2001-01-31 Thread Jon Snell
Your best bet would be to do this in another language such as perl or c where you can build a multithreaded application to look these up. Along the same note you can also split the file into a number of parts and run multiple instances of the same script. Afaik, the only way to decrease the time

Re: [PHP] gethostbyaddr timeout

2001-01-31 Thread Jon Jacob
Aaron Gould wrote: > > I'm at the end of my rope here... > > I have a 100,000+ line file containing IP addresses. For each line, I need > to run a "gethostbyaddr" command. However, some lines take a long time to > timeout. Is there a way I can decrease this timeout period to one or two > seco