Re: [PHP] IPv6 validation

2008-07-14 Thread Lester Caine
Per Jessen wrote: Kevin Waterson wrote: This one time, at band camp, Per Jessen [EMAIL PROTECTED] wrote: No, it's a simple matter of need. People also run apache 1.x, mysql 3.x etc. There are still Linux 2.2 and 2.4 systems out there too. 4 years its been, thats incompetence. Kevin

Re: [PHP] IPv6 validation

2008-07-13 Thread Per Jessen
Kevin Waterson wrote: This one time, at band camp, Yeti [EMAIL PROTECTED] wrote: It will still take some time until every provider has PHP5 running, at least where I am from. I have many customers who want me to get their sites running on some cheap webspace they got along with their

Re: [PHP] IPv6 validation

2008-07-13 Thread Kevin Waterson
This one time, at band camp, Per Jessen [EMAIL PROTECTED] wrote: No, it's a simple matter of need. People also run apache 1.x, mysql 3.x etc. There are still Linux 2.2 and 2.4 systems out there too. 4 years its been, thats incompetence. Kevin -- PHP General Mailing List

Re: [PHP] IPv6 validation

2008-07-13 Thread Robert Cummings
On Sun, 2008-07-13 at 17:48 +1000, Kevin Waterson wrote: This one time, at band camp, Per Jessen [EMAIL PROTECTED] wrote: No, it's a simple matter of need. People also run apache 1.x, mysql 3.x etc. There are still Linux 2.2 and 2.4 systems out there too. 4 years its been, thats

Re: [PHP] IPv6 validation

2008-07-13 Thread Per Jessen
Kevin Waterson wrote: This one time, at band camp, Per Jessen [EMAIL PROTECTED] wrote: No, it's a simple matter of need. People also run apache 1.x, mysql 3.x etc. There are still Linux 2.2 and 2.4 systems out there too. 4 years its been, thats incompetence. Kevin Kevin, I don't

[PHP] IPv6 validation

2008-07-12 Thread Yeti
Hello community, I have been working with alot of IPv6 lately. Now i was wondering of what there might be the best way to validate an IPv6 address. Couldn't think of any working regexp, since even ::1 or :: is valid (localhost), so i tried it the following way: ?php //RFC 4291

Re: [PHP] IPv6 validation

2008-07-12 Thread Kevin Waterson
This one time, at band camp, Yeti [EMAIL PROTECTED] wrote: Now i was wondering of what there might be the best way to validate an IPv6 address. from this url.. http://phpro.org/tutorials/Filtering-Data-with-PHP.html#9 ?php /*** an IP address ***/ $ip =

Re: [PHP] IPv6 validation

2008-07-12 Thread Bernhard Kohl
Doesnt filter_var() require PHP5+ ? I have quite some systems still running 4.4.8. On 7/12/08, Kevin Waterson [EMAIL PROTECTED] wrote: This one time, at band camp, Yeti [EMAIL PROTECTED] wrote: Now i was wondering of what there might be the best way to validate an IPv6 address. from

Re: [PHP] IPv6 validation

2008-07-12 Thread Eric Butera
On Sat, Jul 12, 2008 at 9:13 AM, Bernhard Kohl [EMAIL PROTECTED] wrote: Doesnt filter_var() require PHP5+ ? I have quite some systems still running 4.4.8. On 7/12/08, Kevin Waterson [EMAIL PROTECTED] wrote: This one time, at band camp, Yeti [EMAIL PROTECTED] wrote: Now i was wondering of

Re: [PHP] IPv6 validation

2008-07-12 Thread Yeti
It will still take some time until every provider has PHP5 running, at least where I am from. I have many customers who want me to get their sites running on some cheap webspace they got along with their internet connection. Then you have to tell them it won't work because of some problem with the

Re: [PHP] IPv6 validation

2008-07-12 Thread Eric Butera
On Sat, Jul 12, 2008 at 11:24 AM, Yeti [EMAIL PROTECTED] wrote: It will still take some time until every provider has PHP5 running, at least where I am from. I have many customers who want me to get their sites running on some cheap webspace they got along with their internet connection. Then

Re: [PHP] IPv6 validation

2008-07-12 Thread Kevin Waterson
This one time, at band camp, Yeti [EMAIL PROTECTED] wrote: It will still take some time until every provider has PHP5 running, at least where I am from. I have many customers who want me to get their sites running on some cheap webspace they got along with their internet connection. Then you

Re: [PHP] IPv6 validation

2008-07-12 Thread Robert Cummings
On Sun, 2008-07-13 at 07:02 +1000, Kevin Waterson wrote: This one time, at band camp, Yeti [EMAIL PROTECTED] wrote: It will still take some time until every provider has PHP5 running, at least where I am from. I have many customers who want me to get their sites running on some cheap