Wow! I am happy to know that ;) So actually to be a
bit more precise, there are two types of php.exe for Windows. One is the CGI
version (which is named php.exe), the other is php-cli.exe. The latter is added
in the 4.3.0 version of PHP, and not all scripts in phpdoc are ready to work
with it, so this is why I have said that you should use the CGI version. It
would be nice if you can look into file-entities.php and see what's wrong with
$out_dir, instead of doing local tricks... It will be a pain for you to apply
local modifications every time before doing a make test, so it is better to find
the real problem, and fix that IMHO.
Goba
----- Original Message -----
Sent: Saturday, January 04, 2003 8:45
PM
Subject: Re: [PHP-DOC] :: compiling
manual ::
Gabor, i don't know what is a CGI PHP, but i
asked to you explain what is this, and you are not getting attetion to my
questions, so, i understand CGI PHP, as php.exe executing PHP scripts out of
the webserver from a command line (DOS for example), so, if you really want to
know, i want to generate the manual bymyself because i don't want to commit
worng files anymore.
--
Duh,
Turbano
----- Original Message -----
Sent: Saturday, January 04, 2003 5:07
PM
Subject: Re: [PHP-DOC] :: compiling
manual ::
CGI PHP is included in the download, and named
php.exe. If you set up everything after the howto, then it should
work...
First I don't understand really why you would
like to be able to build the manual yourself if you even don't know what CGI
PHP is???
Second I still don't understand what is your
problem, you have not explained it quite well (at least not the way I can
understand it)...
Please use "reply all", so others can also get
this email on the phpdoc list [if they are interested ;}].
Goba
----- Original Message -----
Sent: Saturday, January 04, 2003 7:51
PM
Subject: Re: [PHP-DOC] :: compiling
manual ::
Hi Goba, sorry if you do not understand me,
so, i have 2 questions,
CGI command line PHP is:
A different PHP from the downloads/ section
of PHP.net?
or CGI command line PHP is
@"C:\php\php.exe" -c
c:\cygwin\arquivos\phpdoc\scripts\php.ini %1 %2 %3 %4 %5 %6 %7 %8
%9
And, i can use -c option, is this right?
because i have 2 php.ini file , one located at %WINDIR%/php.ini, and that
another in cygwin files.
In HOW-TO, they say me that i need to use the
file at scripts on phpdoc, so i've maked this,
Thanks for the help,
Turbano
----- Original Message -----
Sent: Saturday, January 04, 2003
12:03 PM
Subject: Re: [PHP-DOC] :: compiling
manual ::
First of all, I must admit I cannot
understand your problem[s]. I cannot see why you have modified the
file-entities.ent open comand, and not checked what is in $out_dir, why
it is bad. The build system works on my cygwin environment, with CGI
command line PHP.
Goba
----- Original Message -----
Sent: Saturday, January 04, 2003
12:50 AM
Subject: [PHP-DOC] :: compiling
manual ::
hi people, i've tried to compile the
manual on WINDOWS, using cygwin, i've got a error, that tell me that
the file 'file-entities.xml' cannot be open for writing.
So, i've change the file
file-entities.php.in
at the line number: 76
i've commented the line that i've
change
//$fp =
fopen("$out_dir/entities/file-entities.ent", "w"); $fp =
fopen("../entities/file-entities.ent", "w");
after this, the manual, compiles well,
when run the command configure, but in time of 'make test' show some
errors (3 to be exact) about this, i'll tell my route:
$ autoconf
$ ./configure
-> error, changed the file
'file-entities.php.in' with that lines above.
again
$ autoconf
$ ./configure
->works
now, the little headache
$ make test
../phpdoc-tools/jade/nsgmls.exe -i
lang-en -D . -s ../dtds/dbxml-4.1.2/phpdocxml.dcl
manual.xml
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:manual.xml:52:2:E:
cannot open "/arquivos/phpdoc/installpart.xml" (No such file or
directory)
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:C:/cygwinarquivos/phpdoc/en/appendices/reserved.xml:1132:2:E:
cannot open "/arquivos/phpdoc/reserved.constants.xml" (No such file or
directory)
C:\cygwin\arquivos\phpdoc-tools\jade\nsgmls.exe:manual.xml:241:2:E:
cannot open "/arquivos/phpdoc/funcindex.xml" (No such file or
directory)
make: *** [test] Error 1
i don't know what this can be, the files is in the directory that
the make test say me that it won't, i don't know really what to do
anymore.
and a second question the nickname 'thomasgm' is blocked at
cvs.php.net? or not?
--
Thanks,
Turbano
|