--- John Taylor-Johnston <[EMAIL PROTECTED]> wrote:
> PHP is Open Source. This is the general forum. Here is my suggestion:
> 
> Create $_SERVER['REMOTE_HOST'] as a variable.
> 
> $gethost = gethostbyaddr($_SERVER['REMOTE_ADDR']);
> 
> is getting old. Anyone agree?

What do you mean by getting old? You think calling that one function is too
much typing, so you want to force a host lookup for every client?

If so, I could potentially see this as a non-default configuration option.
However, I would be opposed to even allowing that as an option, because it
would lead to so much spam on this list from people who force that lookup and
then can't figure out why their performance just hit rock bottom.

So, no, I don't agree. :-)

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to