Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77223 invoked from network); 16 Jan 2009 22:36:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2009 22:36:35 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.157 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.220.157 fg-out-1718.google.com Received: from [72.14.220.157] ([72.14.220.157:11238] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/96-41390-1FB01794 for ; Fri, 16 Jan 2009 17:36:34 -0500 Received: by fg-out-1718.google.com with SMTP id 16so812335fgg.23 for ; Fri, 16 Jan 2009 14:36:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=G2Y3c4K7vQGzQTRWtzYvuFN9ezhXNlMCXNNInii0+Z4=; b=n9v6qFFrmMyf30uxpdvxnvNwmkHp/HwtN+dvc4IHtWxTo+90H0N3DgUS9cRb6BoFUP T3f0RIFsRr7mX47DhXEpGZJGIa4cyhLKZj5fcx281TuAKdSC0Z/eSxuFN9lMnDxwmGrH BKreHkx1lSt27/KKcG7JG6IEp53gKp7TZTKTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HUnMHYO8AKoq6hC7hxbzg60xoFjMZjUZ2SU6Gemx1eBZIX7OqiZ8OD9Q1wndG8N4cC 9gJONGl1FnaW9Y15vORFrRUJkonhKYHXLE4cQkE3R4PBKki/I3oKdQb1D2D+ljmSA6D7 NPZmmHp6wmrWVBV+c/CHzEdhonlvbl/vLrYCc= MIME-Version: 1.0 Received: by 10.86.100.19 with SMTP id x19mr2235300fgb.18.1232145391295; Fri, 16 Jan 2009 14:36:31 -0800 (PST) In-Reply-To: <4970CD03.2070605@suse.de> References: <8C.85.27029.97F90794@pb1.pair.com> <4970CD03.2070605@suse.de> Date: Fri, 16 Jan 2009 23:36:31 +0100 Message-ID: To: =?ISO-8859-1?Q?Cristian_Rodr=EDguez?= Cc: Karsten Dambekalns , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Path length for files on NTFS From: pierre.php@gmail.com (Pierre Joye) On Fri, Jan 16, 2009 at 7:08 PM, Cristian Rodr=EDguez = wrote: > Pierre Joye escribi=F3: > >> which is defined at >> compile time > > can also be obtained at runtime using pathconf(3) Yes, (and GetVolumeInfo on win), but then we have to allocate the path instead of using static size, in many places. Cheers, --=20 Pierre http://blog.thepimp.net | http://www.libgd.org