How to properly use both pear and pear2 packages?

geosforce

New Member
I've set my pear installation inside my project:\[quote\] php pyrus.phar mypear c:\apache24\htdocs\my-project\vendor\[/quote\]But it creates the following folder structure:\[code\].configsnapshotsdocsdownloadsphp <---------- Here is where pyrus is installing pear + pear2 packagestests.pear2registry\[/code\]Then, should I just add \my-project\vendor\php to my include_path and just require the clases?
 
Back
Top