Edit report at http://bugs.php.net/bug.php?id=37672&edit=1

 ID:                 37672
 Comment by:         php-bugs at shad dot pp dot ru
 Reported by:        php-bugs at shad dot pp dot ru
 Summary:            Cannot start script from directory containing
                     international characters.
 Status:             No Feedback
 Type:               Bug
 Package:            Unknown/Other Function
 Operating System:   Windows 2000 SP4 + hotfixes
 PHP Version:        5.1.4
 Block user comment: N

 New Comment:

Still not fixed in PHP 5.2.14.


Previous Comments:
------------------------------------------------------------------------
[2007-01-15 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------
[2007-01-07 18:55:54] il...@php.net

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip



------------------------------------------------------------------------
[2006-06-19 10:50:51] php-bugs at shad dot pp dot ru

Ok, here is an example.



http://home.shad.pp.ru/test/



In this test directory you will find another directory containing
cyrillic characters. Directory listing is provided via PHP script
index.php, which is the same in both directories. If you try to access
this cyrillic named directory, you will get blank screen. But you can
access any file within this directory by direct links:



http://home.shad.pp.ru/test/%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B0/text.txt

http://home.shad.pp.ru/test/%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B0/test.rar



I also made simple script containing only one command:



<?php

  echo 'Hello world!';

?>



Put it in the same directory as test.php. You will also get blank
screen, trying to access it by url:

http://home.shad.pp.ru/test/%D0%BA%D0%B8%D1%80%D0%B8%D0%BB%D0%BB%D0%B8%D1%86%D0%B0/test.php

------------------------------------------------------------------------
[2006-06-19 09:28:48] tony2...@php.net

Every other PHP user (including me) is able to open file directory
containing non-ASCII characters.

You didn't provide a piece of information (except for the error message)
required to identify your problem.

Please provide at least something useful.

Until then -> bogus.

------------------------------------------------------------------------
[2006-06-19 08:29:46] php-bugs at shad dot pp dot ru

You don't need unicode support to access directory with normal non-latin
characters. Every other non-unicode program can access, correctly
display name, rename or delete them using ANSI file api, which is used
by PHP.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    http://bugs.php.net/bug.php?id=37672


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=37672&edit=1

Reply via email to