Bugs item #1479459, was opened at 2006-04-30 21:41 Message generated for change (Comment added) made by mgeisler 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: Built-in commands Group: Version 2.1 Status: Open >Resolution: Remind Priority: 6 Submitted By: Martin Geisler (mgeisler) >Assigned to: Martin Geisler (mgeisler) 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(). ---------------------------------------------------------------------- >Comment By: Martin Geisler (mgeisler) Date: 2006-05-08 00:28 Message: Logged In: YES user_id=1264592 Actually one can switch to directories with spaces in the name, one simply don't quote the spaces in any special way. PHP Shell deals with the 'cd' command as an internal command and naïvely does a chdir() call with the path found after the 'cd' command. PHP Shell should probably remove quotes like other shells or this should be documented. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800587&aid=1479459&group_id=156638 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ phpshell-devel mailing list phpshell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpshell-devel