Re: help installing phpDocumentor

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

-- 
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux