[PHP] php versions between os/platform

2006-02-10 Thread pedro mpa
Greetings!

I am building a website using PHP 5.1.2 and MySQL 5.0.18 and I am using
windows xp with IIS.
All the hosting companies I have contacted are using php 4.x.x and mysql
4.x.x or 3.x.x, on linux I suppose.

Are php versions the same for every os/platform?

Thanks in advance.

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



Re: [PHP] php versions between os/platform

2006-02-10 Thread Dan Trainor

pedro mpa wrote:

Greetings!

I am building a website using PHP 5.1.2 and MySQL 5.0.18 and I am using
windows xp with IIS.
All the hosting companies I have contacted are using php 4.x.x and mysql
4.x.x or 3.x.x, on linux I suppose.

Are php versions the same for every os/platform?

Thanks in advance.



Hi -

It's been my experience that, yes, this is the case.  However, there may 
be other modules which versions differ from platform to platform.


Take, for instance, PHP's download page.  One version is offerend for 
both Windows and Linux/BSD/Whatever.  This is how I came to this conclusion.


Hope that helps...
-dant

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



Re: [PHP] php versions between os/platform

2006-02-10 Thread Richard Lynch
On Fri, February 10, 2006 2:01 pm, pedro mpa wrote:
 I am building a website using PHP 5.1.2 and MySQL 5.0.18 and I am
 using
 windows xp with IIS.
 All the hosting companies I have contacted are using php 4.x.x and
 mysql
 4.x.x or 3.x.x, on linux I suppose.

 Are php versions the same for every os/platform?

The PHP version numbers are the same for every os/platform.  Ditto for
MySQL.

There are a handful of Linux-only functions, and possibly a handful of
Windows-only functions for PHP.

I don't think MySQL has any OS-specific functions/features...

You're probably not using anything OS-specific, but always check the
docs on new-to-you features/functions to see restrictions.

If you NEED 5.x, there are hosts who have it deployed on [some] servers.

http://hostbaby.com springs to mind, but I'm biased, as that's my
favorite hosting company. :-)  They also have MySQL going all UTF-8,
which is a Good Thing for your long-term survival in today's WORLD
wide web.

I think http://webmasters.com is upgrading to PHP 5 within the next
week or so.

I'm betting that you can get PHP 5.x out of http://pair.com, since
they host http://php.net and you gotta figure they're on top of things
like that, eh?

YMMV
NAIAA
IANAL

-- 
Like Music?
http://l-i-e.com/artists.htm

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



Re: [PHP] php versions between os/platform

2006-02-10 Thread Kevin Kinsey

pedro mpa wrote:


Greetings!

I am building a website using PHP 5.1.2 and MySQL 5.0.18 and I am using
windows xp with IIS.
All the hosting companies I have contacted are using php 4.x.x and mysql
4.x.x or 3.x.x, on linux I suppose.

Are php versions the same for every os/platform?

Thanks in advance.




PHP 5.1.2 is the 'latest and greatest', or pretty close to it.

For various reasons, hosting companies tend to be reluctant
to upgrade such things; the old (USA, anyway) engineer's
adage if it ain't broke, don't fix it comes to mind --- and
these hosting companies figure that it's working and they
don't want to take chances, IMHO.

An even greater reason behind this fact/trend that you notice
is that PHP has become so well-known that websites of all
types are using it, even those whose webmasters don't know
much about how to write in/use the language; therefore they
are using c'n'p ed scripts from the net that may date back
some distance in Net-Time; register_globals must be on,
long global arrays (although they're pretty much backwards-
compatible with PHP 5.X), etc., and deprecated $foo ad nauseum.
The hosting companies don't want their helpdesks flooded with
calls of OMG my site is down!, and Why doesn't my shopping cart |
contact form | uploader | downloader | gallery | ... work???

During my last local update of PHP I finally updated php.ini
as well; took me quite a while to get my business interface
running probably again because I'd written the first scripts
with short tags years ago.  That's the sort of thing they don't
want to have to deal with just yet.  Of course, the day will come
anyway, so they'd better be getting ready

Richard Lynch wrote:

] I'm betting that you can get PHP 5.x out of http://pair.com, since
] they host http://php.net and you gotta figure they're on top of things
] like that, eh?

Pair.com would probably be an excellent choice.  Not only do they
host php.net, but they are very supportive of the Open-Source
movement as a whole, flamebaitand run the best OS on the planet /fb.

] YMMV
] NAIAA
] IANAL

Neither am I.  TIFWIW 

Kevin Kinsey

--
Although the moon is smaller than the earth, it is farther away.

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