On Wed, Nov 23, 2005 at 11:43:56PM -0500, Matt Monaco wrote:
> I get string(1) "", should that be taken just the same as 0?  In addition 
> phpinfo() indicates php 5.0.4 - does the upgrade to .5 involve remove .4 
> first?

I'm not sure how you are getting 'string(1) ""'  with php5.0.x you
should have either:

  string(1) "1"
  string(0) ""

The upgrade from .4 to .5 depends on how you installed it
originally, if you installed it from source then you can
re-configure .5 with the same options as you did with .4, you can
get your configure command with something like:

  php -i | grep 'Configure Command'

Curt.

> 
> 
> btw, as I'm new to the mailing list thing, why do some names appear in 
> quotes and others do not?

I'm not sure what you mean by this.

Curt.
-- 
cat .signature: No such file or directory

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to