Em Wed, 07 Sep 2011 13:41:45 +0100, Hannes Magnusson <hannes.magnus...@gmail.com> escreveu:

On Wed, Sep 7, 2011 at 14:33, Pierre Joye <paj...@php.net> 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

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to