Jim Lucas wrote:
Back on the list...

jim white wrote:
Jim Lucas wrote:
jim white wrote:
Jim Lucas wrote:
jim white wrote:
I have tried to install phpDocumentor, but am having problems
getting it
to run. Finding install directions has so far eluded me. Are there any
installation instructions for this?

Jim White



searching google for install phpDocumentor

first result is this

http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.quickstart.pkg.html



Is this what you are looking for?

No, I already found that. I have installed it according to the
instructions. PEAR didn't work at all, and install using tar file only
partly works.



When you say PEAR didn't work.  What exactly do you mean.  If you
received an error, what was it?

What exactly "only partly worked" with the tar installer?

Here is my problem.

<?xml version="1.0" encoding="iso-8859-1"?>

Need to look into turning this off or setting my web server to parse it
correctly.

Jim




Best bet would be to tell your system to not use short tags.

That is where your parse error is coming from.

Or, assuming that the above line is in an included file, change it to

<?
echo '<?xml version="1.0" encoding="iso-8859-1"?>';
?>

or something similar

But, if it were me, I would disabled short tags.

I may be wrong, but I heard short tags were going the way of the Dodo bird as 
of PHP6.

Thanks, all looks good now!

Jim

--
James (Jim) B. White
tel: (919)-380-9615
homepage: http://jimserver.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to