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: >

[PHP] gethostbyaddr and IPv6

2008-11-21 Thread Glen C
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: [21-Nov-2008 22:43:37] PHP Warning: gethostbyaddr

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

[PHP] gethostbyaddr

2004-06-11 Thread Alicia Riggs
Title: gethostbyaddr 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 permission to view a directory.  I am getting very different results

Re: [PHP] gethostbyaddr woes

2003-02-26 Thread Ferhat Can
"erich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 26, 2003 12:50 Subject: [PHP] gethostbyaddr woes > for some reason i cannot retrieve a hostname using gethostbyaddr(). > > if it helps, my host is http://phpwebhosting.com/. i have asked them >

[PHP] gethostbyaddr woes

2003-02-26 Thread erich
for some reason i cannot retrieve a hostname using gethostbyaddr(). if it helps, my host is http://phpwebhosting.com/. i have asked them countless times if it is something on their end causing this and have been told that it works for them and i must be doing something wrong. any suggestions? -

AW: [PHP] gethostbyaddr timeout

2001-02-01 Thread Sebastian Stadtlich
> 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 > seconds? i don't

Re: AW: [PHP] gethostbyaddr timeout

2001-02-01 Thread Chana Black
set_time_limit() ? Read the docs - this may be the solution. CB At 07:43 PM 2/1/01 +0100, Sebastian Stadtlich 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

RE: [PHP] gethostbyaddr timeout

2001-01-31 Thread Jon Snell
...why do you need to do this? It seems very odd. Jon Snell -Original Message- From: Aaron Gould [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 11:17 AM To: [EMAIL PROTECTED] Subject: [PHP] gethostbyaddr timeout I'm at the end of my rope here... I have a 100,000+ line

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

[PHP] gethostbyaddr timeout

2001-01-31 Thread Aaron Gould
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 seconds? Thanks!! -- Aaron Gould Pro