RE: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-17 Thread T.N.Prasad
 
Hi Torgny  All,
Thanks for all the responses  suggestions.

Thanks
TNP
Professional Services
ZUSTEK INDIA 


-Original Message-
From: Torgny Bjers [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 16, 2005 6:51 PM
To: T.N.Prasad
Cc: php-general@lists.php.net
Subject: Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

T.N.Prasad wrote:

HI All,
 
Our company servers are being upgraded from 4.2.3 to 4.3.2.
 
Is there any special care that I should take (as far as my scripts are 
concerned)?
 
Plz help me. I'm new to PHP.


Hello,

You don't have to worry at all.

Nothing have changed between those versions that break compatibility with
older scripts. If you were to downgrade from 4.3.2 to 4.2.3 instead, that
would pose problems if you for instance were using internal functions such
as file_get_contents() which appeared in 4.3.0. :)

Regards,
Torgny

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

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



[PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread T.N.Prasad
HI All,
 
Our company servers are being upgraded from 4.2.3 to 4.3.2.
 
Is there any special care that I should take (as far as my scripts are
concerned)?
 
Plz help me. I'm new to PHP.
 
 
Thanks
TNP
Professional Services
ZUSTEK INDIA 

 


RE: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Jim Moseby
 -Original Message-
 From: T.N.Prasad [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, August 16, 2005 9:00 AM
 To: php-general@lists.php.net
 Subject: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2
 Importance: High
 
 
 HI All,
  
 Our company servers are being upgraded from 4.2.3 to 4.3.2.
  
 Is there any special care that I should take (as far as my scripts are
 concerned)?
  
 Plz help me. I'm new to PHP.

Greetings,

You are the only one who knows how your scripts are written, so you will
have to answer that question for yourself.  I don't know of any specific
problems between those versions, but you can see ALL the things that have
changed between them here:
http://www.php.net/ChangeLog-4.php

Cheers!

JM

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



Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread John Nichel

T.N.Prasad wrote:

HI All,
 
Our company servers are being upgraded from 4.2.3 to 4.3.2.
 
Is there any special care that I should take (as far as my scripts are

concerned)?
 
Plz help me. I'm new to PHP.


In theory, no.  However, theory can get you into trouble.  Check the 
change log, and if possible, install 4.3.2 on a non-production box to 
test your scripts there.


--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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



Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Torgny Bjers
T.N.Prasad wrote:

HI All,
 
Our company servers are being upgraded from 4.2.3 to 4.3.2.
 
Is there any special care that I should take (as far as my scripts are
concerned)?
 
Plz help me. I'm new to PHP.


Hello,

You don't have to worry at all.

Nothing have changed between those versions that break compatibility
with older scripts. If you were to downgrade from 4.3.2 to 4.2.3
instead, that would pose problems if you for instance were using
internal functions such as file_get_contents() which appeared in 4.3.0. :)

Regards,
Torgny

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



Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Tim Burgan

Can I extend this..

On a live server I have PHP 4.1. If I upgrade to PHP 5, is something 
likely to stop working?


I've been putting off upgrading for months because of the unknown of 
something going wrong.


Thanks

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



Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Burhan Khalid

Tim Burgan wrote:

Can I extend this..

On a live server I have PHP 4.1. If I upgrade to PHP 5, is something 
likely to stop working?


99% yes. Especially if you really mean 4.1.0 -- that's quite old.

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



Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Evert | Rooftop

Burhan Khalid wrote:


Tim Burgan wrote:


Can I extend this..

On a live server I have PHP 4.1. If I upgrade to PHP 5, is something 
likely to stop working?



99% yes. Especially if you really mean 4.1.0 -- that's quite old.


I'd say 90% no :)

Evert

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



Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Evert | Rooftop

T.N.Prasad wrote:


HI All,

Our company servers are being upgraded from 4.2.3 to 4.3.2.

Is there any special care that I should take (as far as my scripts are
concerned)?

Plz help me. I'm new to PHP.


Thanks
TNP
Professional Services
ZUSTEK INDIA 




 


Just wondering,

Why arent you upgrading to PHP 4.4 or PHP 5.0.4? Right now you are 
upgrading from a very old version to an old verion.


Evert

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