Jump to content
Larry Ullman's Book Forums

Recommended Posts

I am trying to install it exactly as shown in the book.

Currently am using Xampp on Windows 7.

I even contacted the phpdocumentor support but without success.

Pear is already installed successfully.

All I get is: Is phpdoc in either the path or include_path in your php.ini file?

Link to comment
Share on other sites

Install it using Composer instead. Composer is "the new Pear". Books get outdated and composer is the new de-facto standard for package management in PHP.

 

Considering your error message, you need to do exactly as the error message says. Add phpdoc to the line "include_path" in your php.ini file. I would instead install composer and download the package from packagist.com thought.

 

Composer: http://getcomposer.org/

PHPDocumentor: https://packagist.org/packages/phpdocumentor/phpdocumentor

Youtube tutorial:

http://www.youtube.com/watch?v=Ejr4Xqs9V2I

Link to comment
Share on other sites

 Share

×
×
  • Create New...