RE: [PHP-DOC] configure.in patch

2006-01-23 Thread Richard A. Quadling
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

Re: [PHP-DOC] configure.in patch

2006-01-22 Thread Sveta Smirnova
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

Re: [PHP-DOC] configure.in patch

2006-01-21 Thread Gabor Hojtsy
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

Re: [PHP-DOC] configure.in patch

2006-01-20 Thread Sveta Smirnova
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

RE: [PHP-DOC] configure.in patch

2006-01-20 Thread Richard A. Quadling
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

Re: [PHP-DOC] configure.in patch

2006-01-20 Thread Jakub Vrana
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

Re: [PHP-DOC] configure.in patch

2006-01-20 Thread Sveta Smirnova
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

Re: [PHP-DOC] configure.in patch

2006-01-20 Thread Gabor Hojtsy
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

[PHP-DOC] configure.in patch

2006-01-19 Thread Sveta Smirnova
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. --- C:\Documents and Settings\user\Local Settings\Temp\TCVb9fa.tmp\configure.1.233.in Tue Sep 06 13:5

Re: [PHP-DOC] Configure.in

2002-04-29 Thread Thomas Schöfbeck
Hello Hartmut, didn't recognize that the phpscript is already ready, but adding --with-php= works fine. Many thanks for the hint, Thomas Hartmut Holzgraefe wrote: > Thomas Schöfbeck wrote: > > Hi all, > > > > after the file-split a simple "make test" of the doc got a real pain, > > since

Re: [PHP-DOC] Configure.in

2002-04-29 Thread Gabor Hojtsy
> > Hi all, > > > > after the file-split a simple "make test" of the doc got a real pain, > > since the echoing of untranslated files now takes a serious amount of > > time. > > > > Is there any reason against taking this endlessly output out? (Maybe > > this would motivate some of the translato

Re: [PHP-DOC] Configure.in

2002-04-29 Thread Hartmut Holzgraefe
Thomas Schöfbeck wrote: > Hi all, > > after the file-split a simple "make test" of the doc got a real pain, > since the echoing of untranslated files now takes a serious amount of > time. > > Is there any reason against taking this endlessly output out? (Maybe > this would motivate some of the t

Re: [PHP-DOC] Configure.in

2002-04-28 Thread Gabor Hojtsy
> after the file-split a simple "make test" of the doc got a real pain, > since the echoing of untranslated files now takes a serious amount of > time. > > Is there any reason against taking this endlessly output out? (Maybe > this would motivate some of the translators to test their erroreanous

[PHP-DOC] Configure.in

2002-04-28 Thread Thomas Schöfbeck
Hi all, after the file-split a simple "make test" of the doc got a real pain, since the echoing of untranslated files now takes a serious amount of time. Is there any reason against taking this endlessly output out? (Maybe this would motivate some of the translators to test their erroreanous fil