Jump to content

PHP Pear Installation Problem


HungryMind

Recommended Posts

Open up your php.ini, find and uncomment the line starting with

phar.require_hash =

And set the value to "Off", as in:

phar.require_hash = Off

Start the go-pear.bat from your PHP folder, and follow the instructions on the screen.Once you're done, you should be able to install PEAR packages by the use of the pear.bat file in the same folder. You need to open up a command line prompt, go to that folder if you aren't there, and use the command

pear install package-name
(replacing "package-name" accordingly of course)Type just
pear
to see details about this and other arguments.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...