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

Reply via email to