Something to be aware of, which may make everyone rethink
the use of spaces in paths, at least on the Windows
platform.
If you are in a PHP script and wish to run a program whose
path contains spaces AND the program has a parameter which contains spaces, then
the format would be something
Hello, Gabor!
As remind Jakub Vrana, I can use C:\Progra~1. So it is not so
inconvinient as I think before and I am not insisting the patch should
be commited :-)
But as I will use whitespaces in paths and periodically build manual, I
can support this feature and I am not afraid to change mor
Well, Sveta, I am not strictly against supporting spaces in the PHP
installation path, but this is just the beginning of some big changes,
if you really would like to support spaces in paths. I think you are
going to face several problems in the phpdoc build system, if you use
path values with spac
Hello!
Jakub Vrana wrote:
Usually, you can use C:\Progra~1 for the same location.
Jakub Vrana
Oh! I forgot about C:\Progra~1 Thank you.
Richard A. Quadling wrote:
But that MAY not be the correct 8.3 name.
C:\Progra~1 may not be C:\Program Files
C:\Progra~2 may be C:\Program Files
should use the PROPER
name. Just like PHP does when I say "C:/Program Files/Some Application/Some
File.txt".
-Original Message-
From: Jakub Vrana [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 13:37
To: Sveta Smirnova
Cc: phpdoc@lists.php.net
Subject: Re: [PHP-DOC] configur
Sveta Smirnova wrote:
> In Windows default place for programs is
> "C:\ProgramFiles\Program_name". "C:\Program Files" contains
> whitespace. Installingof all programs in different places is
> inconvinient. For example peopledon't raise an objection when
> UNIX-based operation systems requireinstall
Hello Gabor!
In Windows default place for programs is "C:\Program
Files\Program_name". "C:\Program Files" contains whitespace. Installing
of all programs in different places is inconvinient. For example people
don't raise an objection when UNIX-based operation systems require
install programs
Hi Sveta,
Sveta Smirnova wrote:
> Hello!
>
> When I tried to build copy of manual using configure option
> --with-php="path with whitespaces", I got error.
>
> In attached diff patch, allows use whitespaces in paths.
>
> Regards,
> Sveta.
What does a space char do in a path? :) Seriosly, this