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)
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)
PEAR is just a set of PHP libraries. Just manually delete your PEAR folder and you are good to go.
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.