Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42401 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37468 invoked from network); 30 Dec 2008 00:00:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2008 00:00:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.90.181 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 66.249.90.181 ik-out-1112.google.com Received: from [66.249.90.181] ([66.249.90.181:10424] helo=ik-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/74-08292-B9469594 for ; Mon, 29 Dec 2008 19:00:28 -0500 Received: by ik-out-1112.google.com with SMTP id c30so1059179ika.7 for ; Mon, 29 Dec 2008 16:00:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:x-mailer:mime-version :subject:date:cc; bh=cTRTNzt+OWvZTtfskx1rpsn+w7NV2KwhMDgOVE58wA8=; b=V4E9iz7UVrnbJDnSCiY3V7wqh6/LGUUl+708YEn61OKy/0mul9wolEA/QLZtOlXRlg 0iIdngn4kUijPt0f06KEYadIDu/YTpNsfPBlVXvLm9qyRb9L0rHB0G/OgHQX211nzJYT 3YfCzZDfR8nOEK4gcziAjnfF4fjpUh/EbVLiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; b=PMeAPF5YHIrCVEs9Pn0SEKvd4hPk64MH8/LTlrtvlIiIwpBJIpwk18shyTV3OWvqyX ngOrXruP4NSFs9+AdT6NOwRh8QpiDaf5UWUdzcMy2NF6ESCxqz3Ly8VjCEflMHxveHHr 4kQbkE2smi08GwWVUrDLPgUx9ptnwVlQMA45c= Received: by 10.210.59.3 with SMTP id h3mr16614405eba.87.1230595225042; Mon, 29 Dec 2008 16:00:25 -0800 (PST) Received: from ?10.177.43.65? (host-217-213-93-206.mobileonline.telia.com [217.213.93.206]) by mx.google.com with ESMTPS id c22sm31228768ika.8.2008.12.29.16.00.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 29 Dec 2008 16:00:23 -0800 (PST) Message-ID: <0EF4028C-3E68-418F-A7CF-FCBF7B1163C4@gmail.com> To: Ilia Alshanetsky Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5G77) Mime-Version: 1.0 (iPhone Mail 5G77) Date: Tue, 30 Dec 2008 01:00:15 +0100 Cc: Daniel Brown , "Brian A. Seklecki" , PHP Development Subject: Re: [PHP-DEV] Re: [PHP] POSIX 1003.1-2001 gethostname(2) From: kalle.php@gmail.com (Kalle) Hi Ilia Den 30/12/2008 kl. 00.30 skrev Ilia Alshanetsky : > Here is a pretty simple patch that will provide the indicated > function. If no one objects I'll commit it to 5.3/6 branches in the > next day or two. > > You should use zend_parse_parameters_none() here. I have no test env here, but does it work on Windows? > > > > >>> >>> >>> >> >> >> >> >> > > > > > > -Kalle