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.
-Hannes
Em Wed, 07 Sep 2011 13:41:45 +0100, Hannes Magnusson
hannes.magnusson@gmail.com escreveu:
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.cWindows 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