Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42656 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10213 invoked from network); 16 Jan 2009 10:42:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2009 10:42:52 -0000 X-Host-Fingerprint: 84.140.245.170 p548CF5AA.dip.t-dialin.net Received: from [84.140.245.170] ([84.140.245.170:6449] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/9E-27029-AA460794 for ; Fri, 16 Jan 2009 05:42:51 -0500 Message-ID: To: internals@lists.php.net Date: Fri, 16 Jan 2009 11:42:46 +0100 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081204 Thunderbird/3.0b1 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 84.140.245.170 Subject: Path length for files on NTFS From: karsten@typo3.org (Karsten Dambekalns) Hi everyone. I posted this on php.windows a two days ago without a response. Maybe someone here can help me. Recently someone using our software told us about problems with generated filenames being too long. I did some research on the net and some quick tests on Vista Business, and it seems there is indeed still a problem. While NTFS supports path lengths of up to 32k characters, "most software" still supports only 255 (or 260 on Vista) character filenames. Since that includes the full path, we run into this problem with file based caching filenames. Since there are ways to use long(er) filenames, does anyone know if this planned for PHP? Should it work? Is this a problem others also see? Kind regards, Karsten PS: Those questions may sound stupid, but coming from a Linux/Mac background this is simply a completely new problem to me. :)