I am on a shared hosting account and want to manually install PEAR. I downloaded the base packages and locally unpacked them. My local direcotry structure now looks somewhat like this:
PEAR
|
|-- PEAR-1[1]-3b5
|-- PEAR-1.3b5
|-- package.xml
|-- PEAR_Frontend_Gtk-0[1].3
|-- PEAR_Frontend_Gtk-0.3
| |--Gtk
| |--Gtk.php
|--package.xml
|-- PEAR_Frontend_Web-[0].1.3
|-- PEAR_Info-1[1].5.2
|-- PEAR_PackageFileManager-1[1].1.0
QUESTION:
Exaclty how do I have to upload the files to the webspace and what is the directory structure. I have understood that there are dependencies between packages so I guess there will be a variety of required and include statements everywhere and anywhere. But how do I have to built the directory tree in order to resolve all these? Any hint is very much appreciated.
Regards,
Ralf