I've installed PEAR before on a number of machines, but haven't installed it on my new development Windows XP box, running Apache/2.2.3 (Win32) PHP/5.2.0
Until now that is. I ran go-pear.bat from the command window which worked fine, typed in local for local install, confirmed by typing yes and then accepted the default directories by pressing enter.
The error I get is:
PHP Warning: Cannot use a scalar value as an array in phar://go-pear.phar/PEAR/Command.php on line 268
This is followed by a number of identical errors in other files, Tar.php for example on lines 2334 and 2338.
My other development box runs PHP 5.1.2 and IIS 6.0 and installed PEAR just fine. Any ideas what the problem might be ?
Blu