Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72575 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60788 invoked from network); 14 Feb 2014 01:00:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2014 01:00:28 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 74.125.82.173 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 74.125.82.173 mail-we0-f173.google.com Received: from [74.125.82.173] ([74.125.82.173:50253] helo=mail-we0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/3F-09050-AAA6DF25 for ; Thu, 13 Feb 2014 20:00:27 -0500 Received: by mail-we0-f173.google.com with SMTP id x48so2570132wes.18 for ; Thu, 13 Feb 2014 17:00:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TVmPgEE+VWxvpv3HcWywqgFvW4T6HdFC8BxGWIIGU7A=; b=fgrYqyyDb8tYBDefPkHv4d00YA8tP36nlfxtoZsOhN5OTjSPLEq5TbYNTqrLcpEwim y4muL7n3XvLlLUflwH0Q/ThrCkB+OdsDPFI4JusOzaitU/I0yiIq059HFCuz23UskCLA aDKjvaiK/kNI6sZ6UAi4vEgeu3dbaMtUKFtClTWlxxzeG5GY3aE5yqNRA8HuyWQ35XSV Ff5Yr4NmDZSBZqVTqJLgl31pPZhxBbNY4SLXRwPhw8fzrSLjlHxEEmmBFxSv5q3xbh9b 2cagk4Tp7iFVX9tu3ieCa/PtAkIBOickog6PjEGEllaj2zvPF2qwC3Qq8BsB8iTqM630 zXWg== X-Gm-Message-State: ALoCoQlG9yDEkEoEL/L1Byzjlsx3rcLu4TFyL68wivCeu/+Pck9cNmtbGt8r4+Vvfezk0yU8tzcA MIME-Version: 1.0 X-Received: by 10.194.2.168 with SMTP id 8mr3696195wjv.8.1392339623041; Thu, 13 Feb 2014 17:00:23 -0800 (PST) Received: by 10.216.24.195 with HTTP; Thu, 13 Feb 2014 17:00:22 -0800 (PST) X-Originating-IP: [78.147.8.68] In-Reply-To: References: Date: Fri, 14 Feb 2014 01:00:22 +0000 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] utf-8 filenames in phar files. From: danack@basereality.com (Dan Ackroyd) Hi Yasuo, I'm not sure I understand you. Do you have any example filenames that I can test against to make sure that different filenames don't 'appear the same'? Also, the filenames used in phar files are not exposed to the underlying system. They are held completely within the PHP phar file and shouldn't be affected by platform. The restriction on characters was caused by ext/phar explicitly rejecting utf-8 multibyte characters. cheers Dan