[PHP-WIN] Re: Problem getting PEAR going

2006-11-16 Thread Elizabeth Smith
Niel Archer wrote: Hi all Just spent a chunk of the afternoon setting up Apache 2.2 with PHP 5.2.0. The basic configuration works just fine, but I cannot get PEAR to install. All I get is a series of: Warning: Cannot use a scalar value as an array in phar://go-pear.phar/Archive/Tar.php on line

[PHP-WIN] Problem getting PEAR going

2006-11-16 Thread Niel Archer
Hi all Just spent a chunk of the afternoon setting up Apache 2.2 with PHP 5.2.0. The basic configuration works just fine, but I cannot get PEAR to install. All I get is a series of: Warning: Cannot use a scalar value as an array in phar://go-pear.phar/Archive/Tar.php on line X The line number v

RE: [PHP-WIN] PHP DLL's

2006-11-16 Thread Dale Attree
Thanks guys. I downloaded PHP 5.2.0 and removed the previous versions. Got all extensions working. -Original Message- From: Niel Archer [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 03:26 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP DLL's HI Have you read the upgradin

Re: [PHP-WIN] PHP DLL's

2006-11-16 Thread Niel Archer
HI Have you read the upgrading guide? Which covers upgrading from 5.x to 5.2.0 specifically. http://www.php.net/UPDATE_5_2.txt Niel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PHP DLL's

2006-11-16 Thread Vincent DUPONT
if you need Dlls for PHP modules or dependency, go to http://pecl4win.php.net/ vincent -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED] Sent: Thu 16/11/2006 13:04 To: Dale Attree Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP DLL's Sounds like a version pr

Re: [PHP-WIN] PHP DLL's

2006-11-16 Thread Frank M. Kromann
Sounds like a version problem. PHP's dll's can not be shared between 5.0.x and 5.2.x Make sure you delete all copies of dll's from version 5.0. This includes copies in \windows\system32 or other directories included in your path or bin directory for apache. - Frank > Hi all, > > > > I was ru