Not sure where you're seeing that, but when I clicked the "Download" tab (taking me here), and then clicked the download link under "For manual installation only" (which pointed here), I was prompted to download the .tgz file I mentioned above.
daltman1967;10955490 wrote:their instructions don't tell you how to install Pear - they seem to go from "it's easy to install" to "once you've installed..."
Erm... not sure where you were reading about PEAR installation, but the Installation section of their manual breaks down the entire process, beginning with a discussion of what the PEAR package manager is and whatnot.
daltman1967;10955490 wrote: then confuses the matter by saying "once you've installed PHP!"
Did you continue reading? They didn't confuse matters - they explained how PHP has simplified them. The default installation of PHP on Windows comes with batch scripts designed to guide you through the installation process.
daltman1967;10955490 wrote:There's all sorts of command-line type instructions, but none of them seem to apply, or else are difficult to understand.
They all apply to the context they were given in. For example, the sentence preceding the first CLI instruction starts off with "To update your PEAR installation..." and then goes on to explain how to do that.
daltman1967;10955490 wrote:The ones with the $ I assume are UNIX instructions.
That's a fair assumption (though the ending prompt character varies from server to server and even from user to user (e.g. allowing for custom bash profiles/configs, root vs. non-root users, etc.).
Then again, why assume anything? Each section on that manual page is preceded with a heading that clearly describes what that section deals with: Windows, Unix/Linux/BSD, Mac OS X, PEAR in hosting environments.
First, I would need a link to the proper files so that I can download the complete set of what I need. Then, I will need directions on just what to do to set this up.
daltman1967;10955490 wrote:I cannot edit path environments, php.ini files, or the like.
Surely your host provides some mechanism (e.g. either a custom php.ini file you can place in a certain location that PHP will parse, or perhaps by using the php_* Apache directives in a .htaccess file) to alter PHP configuration directives (such as the include_path I was talking about before).
daltman1967;10955490 wrote:Usually, I get a script off some website. I copy the script into my /Scripts directory, point my code to that directory, and voila! I have a working script.
Ah, but if that were the case, a seasoned "PHP Programmer" would nothing more than a user experienced in searching and downloading files! :p
daltman1967;10955490 wrote:Any help I can get is greatly appreciated.
I wouldn't mind writing a "How to manually install PEAR without relying on any automated installers" type of guide (it's really not that hard to do), but you'll still have to find out how to set custom values for PHP directives such as include_path (otherwise you'd have to modify a bunch of .php files you get from PEAR. As I said above, normally this is done either by placing your own php.ini file in a certain location in which the PHP parser is configured to look, or PHP was loaded as an Apache module and you can use the php_* Apache directives in a .htaccess file.
That's something you'd find out from your host. If they don't offer any method of doing so, then please let us know which host you're using so we can all have a good laugh at them (and then you should find a different one 😉).