On 03-Feb-2004 Daryl Meese wrote:
> Hello all,
> 
> I am considering changing hosting providers and moving from FreeBSD
> to
> Linux.
> 
> My question is are there any PHP related issues to moving (functions
> that
> don't work on Linux but do on FreeBSD, etc)?
> 
> I doubt there are but have to cover the bases.
> 

All functions, assuming they were configured, work the same. The only
thing that isn't a one-for-one swap (that I've seen) is locale names:

[Linux]
nat221.dread$ ls | grep es_
es_AR
es_ES

[FreeBSD]
localhost.dread$ ls | grep es_
es_ES.DIS_8859-15
es_ES.ISO8859-1
es_ES.ISO8859-15
es_ES.ISO_8859-1
es_ES.ISO_8859-15

So if you're part of the 99.9% that don't mess with locales, you should
be OK.


Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

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

Reply via email to