Best way to add PEAR (PHP) into version control?

Cory

New member
I want to commit PEAR classes into version control so other developers on the team can use it. What is the best way to do this? Should I install PEAR on the webhost and set the directory to the includes directory on our codebase? Or should I install it locally and then just commit all the PEAR packages into version control? What about the binary files or any configuration changes (or are there even any)?
 
Back
Top