Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cgi process creation fails when root directory path contains diacritical signs (on Windows) #105

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. create directory c:\liška
2. copy mongoose.exe into it
3. create file info.php

#!c:\Program Files\php\php-cgi.exe
<?php
    phpinfo();
?>

4. run mongoose.exe
5. view localhost:8080/info.php

What is the expected output? What do you see instead?
It should return phpinfo() output but returns blank page and "[error]
[client 127.0.0.1] GET /info.php: line 1311: CreateProcess(
info.php): 193" in console

What version of the product are you using? On what operating system?
mongoose-2.8 on Windows XP (Media Center Edition, SP3)

Please provide any additional information below.
Similar to Issue 34.
In a directory c:\tmp (no diacritical signs) it works as expected.

Original issue reported on code.google.com by [email protected] on 28 Nov 2009 at 12:00

@GoogleCodeExporter
Copy link
Author

It seems to be possible to use non-ascii characters, if the encoding of the 
conf-file is "UTF-8 without BOM" (can be created with, e.g., Notepad++), as 
long as the non-ascii character is not in the final position. So "öm" works, 
"mö" does not.

Original comment by [email protected] on 30 Mar 2012 at 6:27

@GoogleCodeExporter
Copy link
Author

Original comment by valenok on 22 Sep 2012 at 12:41

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant