Bharanikumar
Bharanikumar

Reputation: 25733

uninstall pear in wamp

By mistake i installed PEAR ,

I think i installed very wrongly,

Now i want to uninstall only PEAR ,

Tell me How to uninstall PEAR IN WAMP..

(For Localsystem)

Upvotes: 3

Views: 6440

Answers (3)

Jan
Jan

Reputation: 1049

As already stated in the accepted answer, you can just manually delete the PEAR folder. However, when I installed PEAR, it added the following line to php.ini:

include_path=".;C:\path\to\pear"

Make sure to remove this line and to restart your webserver afterwards.

Also, maybe the path to PEAR was also added to your Windows' PATH variable. If you do not want to reinstall it to the same directory, you should remove that path as well.

Upvotes: 0

Anh-Tuan Mai
Anh-Tuan Mai

Reputation: 1199

In windows 8: Delete file C:\Windows\pear.ini. Delete your PEAR folder.

Upvotes: 0

Ondrej Slinták
Ondrej Slinták

Reputation: 31930

PEAR is just a set of PHP libraries. Just manually delete your PEAR folder and you are good to go.

Upvotes: 5

Related Questions