Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64654 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50502 invoked from network); 8 Jan 2013 05:48:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2013 05:48:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:57903] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/01-37176-943BBE05 for ; Tue, 08 Jan 2013 00:48:57 -0500 Received: by mail-lb0-f178.google.com with SMTP id l5so108317lbo.23 for ; Mon, 07 Jan 2013 21:48:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xpGGqjr25Ym8/zF1AXd4aZdrLFi5Foqr8m1K+uN6IDw=; b=TIqvHYamj0ZpMGMWAfC+Dg7Eo86ywo1om4nUS191bZo8hkZx2rPGAsN4YIZx37uL1Q 9vTmrTbhi6Gp2rdNvzAiyXHsl2kJnlPzDuTbs4Ps0aYt/POeDVfO+3NWiGlJRqUWQMXF +iuehBPloCOkIUOuj2uwQdfJ4YfDxrHeVQaw8xlk+ST8kYDvPmBR9D29BIuj0hNxkAaz Ov1dvcCKpsO6IEeItyXVxP8mHd2CSmJzvRp/rgOgcMl7qtYuY5YKv02hv5eIVanxnhgT hau8h11YzmZmXIKuN0wFGLT7ocNU1lpM1btq3ko2PCs1AvxakjcpV2J+ZUwS6nSbx3LS +PLA== MIME-Version: 1.0 Received: by 10.152.104.112 with SMTP id gd16mr61267333lab.26.1357624134263; Mon, 07 Jan 2013 21:48:54 -0800 (PST) Received: by 10.112.127.230 with HTTP; Mon, 7 Jan 2013 21:48:54 -0800 (PST) In-Reply-To: References: Date: Tue, 8 Jan 2013 06:48:54 +0100 Message-ID: To: Ferenc Kovacs Cc: Nicolai Scheer , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] File-Paths exceeding MAX_PATH on Windows From: pierre.php@gmail.com (Pierre Joye) hi, On Mon, Jan 7, 2013 at 10:22 PM, Ferenc Kovacs wrote: > is this about allowing the user to shot him/herself in the foot, or adding > this feature could potentially break some existing functionality (eg. new > trick to bypass open_basedir, etc.)? All of them, as the paths are passed right to the kernel APIs, without any system checks like in the higher level APIs (posix or win32). >> A better solution I work on for previous php version (incl. 5.5 as I >> won't make it in time) is an extension which would override existing >> functions. Next major version (6) will support unicode filenames, >> which will solve the 255 chars horrible limitation. > > > by 6.0 you mean php next after 5.5, or adding this to the core would require > a major version for some reason? I mean 6 as the changes are rather big. It could be possible in 5.6 but I rather prefer to target the next major. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org