From: SourceForge.net <no...@so...> - 2006-04-30 19:41:20
|
Bugs item #1479459, was opened at 2006-04-30 21:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800587&aid=1479459&group_id=156638 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Version 2.1 Status: Open Resolution: None Priority: 6 Submitted By: Martin Geisler (mgeisler) Assigned to: Nobody/Anonymous (nobody) Summary: Directory names with spaces Initial Comment: You currently cannot switch to a directory with spaces in its name. Spaces in normal file names are no problem, they are handled just like any other shell. The problem is that PHP Shell doesn't decode the string before passing it to the PHP chdir() function. So any quoting or escaping done by the user is left as-is in the call to chdir(). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800587&aid=1479459&group_id=156638 |