PHP 8.5.0 Alpha 2 available for testing

Voting

: one plus two?
(Example: nine)

The Note You're Voting On

inny at core dot fetchnet dot org
22 years ago
Turning on the HostnameLookup function on in the apache configuration file will severely increase the loading times of all the pages serviced by the httpd-server.
It's mostly a better idea to just use gethostbyaddr($REMOTE_ADDR); instead of $REMOTE_HOST if you turned HostnameLookups On, unless you want the hostnames specified in apache's log file...

<< Back to user notes page

To Top