As you provide php bundle, it is worth noting that PHP does not support 
unicode paths. If the php-cgi executable or the php script are in a path 
that contains unicode characters (it is enough for any of the parent 
directories in a path to contain unicode), then php-cgi.exe will fail with 
a "No input file specified." message. It doesn't work even if you provide a 
relative path to a php script, as php will try to resolve this path. PHP 6 
was to fix unicode problems but it was abandoned. I've tried modifying php 
sources but seems that this is a complex issue and not easily fixable. I've 
been asking about this issue recently on php-internals and looks like there 
are no plans to support unicode paths in PHP on Windows in the foreseeable 
future. 

This is very unfortunate in my case, as project goal is to deploy php web 
apps as desktop apps. The default location of user's data (its desktop 
files and app data) on Vista/7/8 is C:\Users\%USER%\AppData\Local\appname\. 
Thus if user's account name contains unicode characters you're in big 
trouble.

-Czarek

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to