Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22544 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76075 invoked by uid 1010); 21 Mar 2006 06:53:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76060 invoked from network); 21 Mar 2006 06:53:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2006 06:53:32 -0000 X-Host-Fingerprint: 212.143.154.227 bb154227.bb.netvision.net.il Received: from ([212.143.154.227:25819] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 0F/CC-55982-CE2AF144 for ; Tue, 21 Mar 2006 01:53:32 -0500 To: internals@lists.php.net,dmitry@zend.com ("Dmitry Stogov") Date: Tue, 21 Mar 2006 08:52:57 +0200 Message-ID: <20060321085257.32141748.rosti.bsd@gmail.com> In-Reply-To: <20060320214139.ba614a4d.rosti.bsd@gmail.com> References: <20060320104602.9e202787.rosti.bsd@gmail.com> <001f01c64c0b$49036bb0$6e02a8c0@thinkpad> <20060320214139.ba614a4d.rosti.bsd@gmail.com> X-Mailer: Sylpheed version 2.2.3 (GTK+ 2.8.16; i386-portbld-freebsd6.1) X-Newsreader: Sylpheed version 2.2.3 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 212.143.154.227 Subject: Re: [PHP-DEV] FastCGI unix sockets support patch From: rosti.bsd@gmail.com (Rostislav Krasny) On Mon, 20 Mar 2006 21:41:39 +0200 rosti.bsd@gmail.com (Rostislav Krasny) wrote: > 1. use gethostbyname2(host, AF_INET) instead of gethostbyname(host) > it will eliminate IPv6 addresses from resolving The gethostbyname() doesn't actually request IPv6 addresses. Sorry for that separate false statement.