first attempt at PEAR installation:
PHP 5.2.4 - WinXP Sp2 - Apache 2.2
the Initial instruction, post-installation [local, vs system-wide] tells me (not verbatim) "...old version found... remember to use ./php/pear.bat instead...."
hence, the following command. note the feedback.
C:\PHP>pear.bat
Notice: unserialize(): Error at offset 375 of 566 bytes in Config.php on line 1007
Notice: unserialize(): Error at offset 375 of 566 bytes in C:\PHP\PEAR\PEAR\Config.php on line 1007
Call Stack:
0.0052 259416 1. {main}() C:\PHP\PEAR\pearcmd.php:0
0.4794 2981008 2. PEAR_Config::singleton(string(0), string(0), ???) C:\PHP\PEAR\pearcmd.php:120
0.4795 2981520 3. PEAR_Config->PEAR_Config(string(0), string(0), bool,bool) C:\PHP\PEAR\PEAR\Config.php:645
0.5444 2986824 4. PEAR_Config->readConfigFile(string(19), string(4), bool) C:\PHP\PEAR\PEAR\Config.php:588
0.5444 2987984 5. PEAR_Config->_readConfigDataFrom(string(19)) C:\PHP\PEAR\PEAR\Config.php:693
0.5455 2990184 6. unserialize(string(566)) C:\PHP\PEAR\PEAR\Config.php:1007
ERROR: The default config file is not a valid config file or is corrupted.
previous to this failure, i had tried a pear installation [same system, opting for "syste-wide" install however] on PHP 5.2.3 which claimed pear is "at my command". c:> pear
but attempting to use it resulted in "no command by that name", (this of course after verifying PATH Env Vars were "correct" per instruction, restarting the sys, etc.) so i tried starting over w/ the newer PHP version.
what do you suggest as a next step in trying to get PEAR Installer to function properly (so i might install, HTTP_Request, and other PEAR extensions via CLI commands)
BTW-- the http://go-pear.org is apparently offline, though whether that update applies to my situation, i do not know.