Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55279 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46413 invoked from network); 7 Sep 2011 13:28:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2011 13:28:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=glopes@nebm.ist.utl.pt; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=glopes@nebm.ist.utl.pt; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nebm.ist.utl.pt from 193.136.128.22 cause and error) X-PHP-List-Original-Sender: glopes@nebm.ist.utl.pt X-Host-Fingerprint: 193.136.128.22 smtp2.ist.utl.pt Linux 2.6 Received: from [193.136.128.22] ([193.136.128.22:39447] helo=smtp2.ist.utl.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/76-12025-561776E4 for ; Wed, 07 Sep 2011 09:28:06 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.ist.utl.pt (Postfix) with ESMTP id 7D42570003F8 for ; Wed, 7 Sep 2011 14:28:02 +0100 (WEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at ist.utl.pt Received: from smtp2.ist.utl.pt ([127.0.0.1]) by localhost (smtp2.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id RVlYn3GSsutE for ; Wed, 7 Sep 2011 14:28:02 +0100 (WEST) Received: from mail2.ist.utl.pt (mail.ist.utl.pt [IPv6:2001:690:2100:1::8]) by smtp2.ist.utl.pt (Postfix) with ESMTP id 46B3E70003F1 for ; Wed, 7 Sep 2011 14:28:02 +0100 (WEST) Received: from clk-0081.mshome.net (unknown [85.139.253.17]) (Authenticated sender: ist155741) by mail2.ist.utl.pt (Postfix) with ESMTPSA id 251782005416 for ; Wed, 7 Sep 2011 14:28:02 +0100 (WEST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: internals@lists.php.net References: Date: Wed, 07 Sep 2011 14:28:01 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Organization: =?utf-8?Q?N=C3=BAcleo_de_Eng=2E_Biom=C3=A9di?= =?utf-8?Q?ca_do_I=2ES=2ET=2E?= Message-ID: In-Reply-To: User-Agent: Opera Mail/11.51 (Win32) Subject: Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/tests/bug52041.phpt branches/PHP_5_4/Zend/zend_API.c branches/PHP_5_4/ext/standard/tests/file/005_variation2-win32.phpt branches/PHP_5_4/ext/standard/tests/file/copy_variation3-win32.phpt branche From: glopes@nebm.ist.utl.pt ("Gustavo Lopes") Em Wed, 07 Sep 2011 13:41:45 +0100, Hannes Magnusson escreveu: > On Wed, Sep 7, 2011 at 14:33, Pierre Joye wrote: >> pajoye Wed, 07 Sep 2011 12:33:22 +0000 >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=316345 >> >> Log: >> - reject paths with trainling spaces using the very good new zend arg >> >> Changed paths: >> _U php/php-src/branches/PHP_5_4/Zend/tests/bug52041.phpt >> U php/php-src/branches/PHP_5_4/Zend/zend_API.c > > > Windows can mount other filesystems that do allow folders to be called > " ". Please revert this. > You don't need other filesystems. I tried (where C: is a NTFS volume): CreateDirectoryW(L"\\\\?\\C:\\users\\gustavo.lopes\\ ",NULL); and it created a directory with " " as its name. -- Gustavo Lopes