PDA

View Full Version : PHP Version


TSM
03-07-2006, 10:27 AM
I have seen that the PHP version that my server has is 4.3.11, is there any problem if this gets updated to 4.4.2?

StingRay
03-07-2006, 04:45 PM
I have seen that the PHP version that my server has is 4.3.11, is there any problem if this gets updated to 4.4.2?

Only gotcha could be the change made in 4.4.0
More info here:
http://www.php.net/release_4_4_0.php


However at worst it will only generate a NOTICE.
I.E. if in a script they have error_reporting(E_ALL);
It will generate an error on screen or in the error_log.