|
Posted by "T.N.Prasad" on 08/17/05 09:37
Hi Torgny & All,
Thanks for all the responses & suggestions.
Thanks
TNP
Professional Services
ZUSTEK INDIA
________________________________________________________________________
-----Original Message-----
From: Torgny Bjers [mailto:torgny@xorcode.com]
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
[Back to original message]
|