php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73360 Unable to work in root with unicode chars
Submitted: 2016-10-20 20:04 UTC Modified: 2016-10-21 14:48 UTC
From: matyaspoko at live dot com Assigned: ab (profile)
Status: Closed Package: Built-in web server
PHP Version: 7.1.0RC4 OS: Windows 10
Private report: No CVE-ID: None
 [2016-10-20 20:04 UTC] matyaspoko at live dot com
Description:
------------
PHP Built-In webserver seems to have a problem to use a path, containing Unicode characters, as it's web root folder. Document root is displayed correctly (in difference to older versions), but when I request / or /index.php, the server returns 404 status page, even though I'm sure that index.php in specified document root exists. This issues is not limited just to index, but to all files.

Test script:
---------------
php.exe -S 192.168.1.174:8080 -t "C:\Users\Matyáš Pokorný\PHP\root"


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-10-21 14:01 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=64fee0aecb2c804a088b896da6f736dbc19d8424
Log: Fixed bug #73360 Unable to work in root with unicode chars
 [2016-10-21 14:01 UTC] ab@php.net
-Status: Open +Status: Closed
 [2016-10-21 14:48 UTC] ab@php.net
-Assigned To: +Assigned To: ab
 [2016-10-21 14:48 UTC] ab@php.net
Please check the latest snapshots.

Thanks.
 [2016-10-21 19:34 UTC] ab@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fbf46d36ca3d1fb0a285437ae1dcf99c6bee86d5
Log: Revert "Fixed bug #73360 Unable to work in root with unicode chars"
 [2016-10-25 15:21 UTC] krakjoe@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fbf46d36ca3d1fb0a285437ae1dcf99c6bee86d5
Log: Revert "Fixed bug #73360 Unable to work in root with unicode chars"
 [2016-10-25 15:21 UTC] krakjoe@php.net
Automatic comment on behalf of ab
Revision: http://git.php.net/?p=php-src.git;a=commit;h=64fee0aecb2c804a088b896da6f736dbc19d8424
Log: Fixed bug #73360 Unable to work in root with unicode chars
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC